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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 14 09:46:26 PDT 2008


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





------- Comment #5 from kevino at theolliviers.com  2008-04-14 09:46 PDT -------
Looking at the stack trace you posted (please make sure to post the trace to
the relevant bug in the future, as this is a record of all our debugging work,
etc.), it looks to me like the assertion is fired due to a bug in your patch.

handleMouseReleaseEvent is triggering ASSERT(event.eventType() ==
MouseEventMoved || button != NoButton). Since it's a mouse release event, the
eventType() should not be MouseEventMoved, so that leaves button != NoButton.
And in your code, you do not set a button for the wxEVT_*_DCLICK case, so it
makes sense that this assertion would get triggered. Are you getting this crash
on an unmodified copy of MouseEventWx.cpp, or on your modified copy?


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