[Webkit-unassigned] [Bug 11869] New: scroll wheel events are ignored by all iframes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 18 15:54:23 PST 2006


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

           Summary: scroll wheel events are ignored by all iframes
           Product: WebKit
           Version: 420+ (nightly)
          Platform: PC
               URL: http://www.nicky.net/4images/iframe.html
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: occupant4 at gmail.com


RenderPartObject::viewCleared() sets the m_ignoreWheelEvents flag on a view's
EventHandler object for all iframes.  This code looks pretty ancient, but the
m_ignoreWheelEvents flag has been ignored up until recently; now iframe
scrolling via the mouse wheel doesn't work.  I think this is incorrect.  I'll
attach a patch to remove the offending line.


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