[webkit-reviews] review requested: [Bug 18464] incorrect translation of wxMouse event to webkit mouse event : [Attachment 20700] Fix that uses event.Button() to set the button.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 20 09:36:00 PDT 2008


Kevin Ollivier <kevino at theolliviers.com> has asked  for review:
Bug 18464: incorrect translation of wxMouse event  to webkit mouse event
http://bugs.webkit.org/show_bug.cgi?id=18464

Attachment 20700: Fix that uses event.Button() to set the button.
http://bugs.webkit.org/attachment.cgi?id=20700&action=edit

------- Additional Comments from Kevin Ollivier <kevino at theolliviers.com>
Here is an example of a 'complete' patch that also illustrates what I was
saying about using event.Button() instead of event.XYZIsDown(). Unfortunately,
since I haven't actually found a way to reproduce your assert, you'll have to
let me know if this new patch works for you.


More information about the webkit-reviews mailing list