[webkit-reviews] review requested: [Bug 11138] Incorrect mouse event generation on Windows : [Attachment 10883] patch v1

bugzilla-request-daemon at macosforge.org bugzilla-request-daemon at macosforge.org
Tue Oct 3 15:24:15 PDT 2006


Don Gibson <dgibson77 at gmail.com> has asked  for review:
Bug 11138: Incorrect mouse event generation on Windows
http://bugs.webkit.org/show_bug.cgi?id=11138

Attachment 10883: patch v1
http://bugs.webkit.org/attachment.cgi?id=10883&action=edit

------- Additional Comments from Don Gibson <dgibson77 at gmail.com>
This passes the actual button message along to the PlatformMouseEvent
constructor, which uses it to set the button state, click count, etc.
correctly.

Clicks are now produced for all three buttons.	Click counting should match
Windows' behavior (from Spy++): a MOUSEUP of one button between clicks of
another does not reset the click count for the second button, but a MOUSEDOWN
does.



More information about the webkit-reviews mailing list