[Webkit-unassigned] [Bug 94025] New: overflow-x: visible on the body enables scrolling in the Y direction
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 14 15:38:25 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=94025
Summary: overflow-x: visible on the body enables scrolling in
the Y direction
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Keywords: HasReduction
Severity: Normal
Priority: P2
Component: Layout and Rendering
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: esprehn at chromium.org
Created an attachment (id=158425)
--> (https://bugs.webkit.org/attachment.cgi?id=158425&action=review)
Reduction
If you have:
body {
overflow-x: visible;
overflow-y: hidden;
}
And an element that overflows in the Y direction out of the <body>.
And then you two finger scroll a nested scrollable div, once the scrollbar hits the bottom of the scrollable div it'll begin scrolling the document downward.
Confusingly it's the overflow-x that causes this in the Y direction.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list