RESOLVED FIXED 47040
[GTK] r68923 broke some plugin tests
https://bugs.webkit.org/show_bug.cgi?id=47040
Summary [GTK] r68923 broke some plugin tests
Martin Robinson
Reported 2010-10-01 19:06:03 PDT
It appears that PluginView.cpp is listening for both DOM Level 2 DOMFocus{In/Out} and DOM Level 3 focus{in/out}. r68923 made a change which means that both types of focus events are always fired.
Attachments
Patch which removes event passing for DOMFocusIn and DOMFocusOut (1.82 KB, patch)
2010-10-01 19:09 PDT, Martin Robinson
abarth: review+
Martin Robinson
Comment 1 2010-10-01 19:09:52 PDT
Created attachment 69561 [details] Patch which removes event passing for DOMFocusIn and DOMFocusOut
Adam Barth
Comment 2 2010-10-01 20:02:00 PDT
Comment on attachment 69561 [details] Patch which removes event passing for DOMFocusIn and DOMFocusOut ok
Martin Robinson
Comment 3 2010-10-01 20:23:02 PDT
Note You need to log in before you can comment on or make changes to this bug.