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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 13 12:48:10 PDT 2008


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





------- Comment #3 from kevino at theolliviers.com  2008-04-13 12:48 PDT -------
Could you provide more information on the assertion you get, and any stack
trace you have? I think we should first try to understand what is causing the
problem on MinGW, because in my reading of the original code, the code to set
the button is run regardless of the event type. Your code does add a timestamp,
and explicitly sets the click count for zero for a mouse move event, and
perhaps either of these somehow fixes the problem? 

Also, the assertions are not disabled under MSVC8. They are under MSVC7 but
wxWebKit is actually used in Windows applications built using MSVC8, and they
do not cause this assertion. So there is something specific with the MinGW port
happening, and I would like to figure out exactly what is triggering this
problem before approving a fix. 


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