[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
Thu Jul 5 10:41:46 PDT 2007


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





------- Comment #10 from bdash at webkit.org  2007-07-05 10:41 PDT -------
NSScrollView determines whether to forward the event to the next responder by
verifying whether the document view is already "pinned" at the relevant edge of
the scroll view.  In the case of the attached reduction this is never true. 
The iframe's document is 1 pixel taller than the iframe itself, but it has the
scrollbars hidden.  Because the document view is not pinned the scroll view
accepts the mouse wheel event, but as the scrollbars are hidden the scrolling
has no effect.


-- 
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