Bug 29203

Summary: [GTK] EventSender should use GTK+ functions to emit events
Product: WebKit Reporter: Xan Lopez <xan.lopez>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: jmalonzo, mrobinson
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   

Description Xan Lopez 2009-09-11 12:28:44 PDT
Right now it emits manually the key event signals on the widget, which is not totally correct I'd say. At the very least it should use gtk_widget_event, possibly gtk_propagate_event, and maybe gtk_main_do_event, which in theory is the closest thing to properly faking the event.
Comment 1 Martin Robinson 2010-07-30 12:38:37 PDT

*** This bug has been marked as a duplicate of bug 40182 ***