[webkit-reviews] review requested: [Bug 49290] [Chromium] Fix mouse-up clickCount on the Mac, and in plugins : [Attachment 73441] Fix clickCount for mouse-up

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 9 17:21:38 PST 2010


Stuart Morgan <stuartmorgan at chromium.org> has asked  for review:
Bug 49290: [Chromium] Fix mouse-up clickCount on the Mac, and in plugins
https://bugs.webkit.org/show_bug.cgi?id=49290

Attachment 73441: Fix clickCount for mouse-up
https://bugs.webkit.org/attachment.cgi?id=73441&action=review

------- Additional Comments from Stuart Morgan <stuartmorgan at chromium.org>
This fixes two issues with clickCount on mouseup (for http://crbug.com/62348):
- clickCount was never set for any mouse up event on the Mac during the
conversion from native NSEvent objects
- clickCount was not being passed down into WebKit internals for events
dispatched by the plugin mouse capture system


More information about the webkit-reviews mailing list