[Webkit-unassigned] [Bug 18464] New: incorrect translation of wxMouse event to webkit mouse event

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 13 12:19:30 PDT 2008


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

           Summary: incorrect translation of wxMouse event  to webkit mouse
                    event
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: WebKit wx
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: avasilev at voipgate.com


The constructor of PlatformMouseEvent in the wx port does not set the m_button
member of the PlatformMouseEvent object on mouse button release event. THis
causes assertion failure in WebCore which os observer as an access violation at
address 0xbbadbeef when the yser clicks inside the client area of the wxBrowser
test application. THis is observed only in the mingw port, in the msvc port
doesnt happen, probably because the assertion is disabled there. THe attached
patch fixes this as well as does more complete event translation from
wxMouseEvent to webkit mouse event


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