[webkit-reviews] review denied: [Bug 13812] Autoscroll in nested frames scrolls the wrong frame : [Attachment 14655] Fixes the problem - implements virtual function

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


Adele Peterson <adele at apple.com> has denied George Staikos <staikos at kde.org>'s
request for review:
Bug 13812: Autoscroll in nested frames scrolls the wrong frame
http://bugs.webkit.org/show_bug.cgi?id=13812

Attachment 14655: Fixes the problem - implements virtual function
http://bugs.webkit.org/attachment.cgi?id=14655&action=edit

------- Additional Comments from Adele Peterson <adele at apple.com>
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.



More information about the webkit-reviews mailing list