Bug 47040

Summary: [GTK] r68923 broke some plugin tests
Product: WebKit Reporter: Martin Robinson <mrobinson>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: darin, enrica, gustavo, xan.lopez, zecke
Priority: P3 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Patch which removes event passing for DOMFocusIn and DOMFocusOut abarth: review+

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.