RESOLVED FIXED 33973
plugins/mouse-events and plugins/mouse-events-fixedpos don't fire events on the plugin
https://bugs.webkit.org/show_bug.cgi?id=33973
Summary plugins/mouse-events and plugins/mouse-events-fixedpos don't fire events on t...
Brian Weinstein
Reported 2010-01-21 14:56:45 PST
plugins/mouse-events and plugins/mouse-events-fixedpos don't fire events on the plugin. The output that is given on Mac that is missing on Windows is: CONSOLE MESSAGE: line 0: PLUGIN: getFocusEvent ... No events on the plugin are fired to us. Adam Roben said this could be because we send the events directly to the WebView, not the correct HWND.
Attachments
Adam Roben (:aroben)
Comment 1 2010-01-21 15:11:34 PST
(In reply to comment #0) > No events on the plugin are fired to us. Adam Roben said this could be because > we send the events directly to the WebView, not the correct HWND. ...where "the correct HWND" would be the one under the mouse.
Jessie Berlin
Comment 2 2011-06-13 13:32:26 PDT
Windows appears to be sending the mouseDown and mouseUp events now, but is still missing the getFocusEvent: http://build.webkit.org/results/Windows%207%20Release%20(Tests)/r88665%20(13701)/plugins/mouse-events-pretty-diff.html http://build.webkit.org/results/Windows%207%20Release%20(Tests)/r88665%20(13701)/plugins/mouse-events-fixedpos-pretty-diff.html I am going to update the expected results to reflect that.
Jessie Berlin
Comment 3 2011-06-13 13:43:40 PDT
Updated the failing results in http://trac.webkit.org/changeset/88684
Jessie Berlin
Comment 4 2011-06-13 13:44:10 PDT
noel gordon
Comment 5 2011-07-12 07:15:15 PDT
Focus events are now forwarded to plugins on the windows port. Updated expectations for platform/win/plugins/mouse-events.html http://trac.webkit.org/changeset/90742 Updated expectations for platform/win/plugins/mouse-events-fixedpos.html http://trac.webkit.org/changeset/90816
Note You need to log in before you can comment on or make changes to this bug.