Bug 29119

Summary: [GTK] EventSender does not properly convert some keyDown strings
Product: WebKit Reporter: Martin Robinson <mrobinson>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Patch for this issue none

Martin Robinson
Reported 2009-09-09 23:29:02 PDT
I'm working on getting some more of the key event unit tests passing in GTK+. I noticed that some keyDown strings used in the LayoutTests are not properly converted to GDK key codes in the GTK+ EventSender.
Attachments
Patch for this issue (3.02 KB, patch)
2009-09-09 23:36 PDT, Martin Robinson
no flags
Martin Robinson
Comment 1 2009-09-09 23:36:53 PDT
Created attachment 39325 [details] Patch for this issue I've attached a small patch which adds more key code conversions for event sender. Key codes like '\x8' (and in general all those less than '\x20') are not converted properly by gdk_unicode_to_keyval.
Xan Lopez
Comment 2 2009-09-10 06:51:37 PDT
Comment on attachment 39325 [details] Patch for this issue r=me
WebKit Commit Bot
Comment 3 2009-09-10 07:04:40 PDT
Comment on attachment 39325 [details] Patch for this issue Clearing flags on attachment: 39325 Committed r48253: <http://trac.webkit.org/changeset/48253>
WebKit Commit Bot
Comment 4 2009-09-10 07:04:44 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.