Bug 29203
Summary: | [GTK] EventSender should use GTK+ functions to emit events | ||
---|---|---|---|
Product: | WebKit | Reporter: | Xan Lopez <xan.lopez> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | jmalonzo, mrobinson |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Linux |
Xan Lopez
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Martin Robinson
*** This bug has been marked as a duplicate of bug 40182 ***