Bug 29203 - [GTK] EventSender should use GTK+ functions to emit events
Summary: [GTK] EventSender should use GTK+ functions to emit events
Status: RESOLVED DUPLICATE of bug 40182
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-11 12:28 PDT by Xan Lopez
Modified: 2010-07-30 12:38 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***