[Webkit-unassigned] [Bug 10267] Can't scroll page downwards with scroll wheel, when pointer is on top of non-scrolling iframe

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 6 00:01:39 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=10267





------- Comment #15 from bdash at webkit.org  2007-07-06 00:01 PDT -------
The reason whether the Y axis was given priority over the X axis in the initial
patch as this is the same logic that NSScrollView uses to determine whether a
the document view is pinned.  If the scroll event has *any* Y component it will
check whether it is pinned on the Y axis, and completely ignore the X
component.  In my opinion it makes sense to match that logic here.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list