[Webkit-unassigned] [Bug 13812] Autoscroll in nested frames scrolls the wrong frame

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 22 11:32:36 PDT 2007


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


adele at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #14655|review?                     |review-
               Flag|                            |




------- Comment #5 from adele at apple.com  2007-05-22 11:32 PDT -------
(From update of attachment 14655)
In EventHandler::handleMouseDraggedEvent, you should be hitting a renderer
within the iframe.  Then it will walk up the render tree until you find the
root element, and it will scroll that.  If you correctly hit inside the iframe,
then I don't think you should need this change.


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