RESOLVED FIXED 55531
[GTK] Windowless plugins override the view cursor
https://bugs.webkit.org/show_bug.cgi?id=55531
Summary [GTK] Windowless plugins override the view cursor
Martin Robinson
Reported 2011-03-01 16:56:12 PST
When a windowless plugin changes the cursor, it sometimes does not change back when mouse back over the view. No amount of clicking around can fix the cursor. This can be observed by mousing around Source/WebCore/manual-tests/plugins/windowless.html.
Attachments
Patch (7.76 KB, patch)
2011-03-01 17:18 PST, Martin Robinson
no flags
Martin Robinson
Comment 1 2011-03-01 17:18:04 PST
Xan Lopez
Comment 2 2011-03-04 15:53:00 PST
Comment on attachment 84331 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=84331&action=review > Source/WebCore/plugins/gtk/PluginViewGtk.cpp:327 > + xEvent->xany.window = None; // Mozilla also sends None here for windowless plugins. See nsObjectFrame.cpp in the Mozilla sources. It's worth clarifying in the code/ChangeLog that we also use this for windowed plugins but that it is fine to use None anyway.
Martin Robinson
Comment 3 2011-03-05 14:34:26 PST
Note You need to log in before you can comment on or make changes to this bug.