Bug 43365

Summary: [Qt] DOM listeners get wrong keycodes for some keys
Product: WebKit Reporter: Martin Robinson <mrobinson>
Component: WebKit QtAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Blind patch
none
Tested patch for this issue kling: review+

Description Martin Robinson 2010-08-02 10:24:53 PDT
http://trac.webkit.org/changeset/64470 fixed some bugs and introduced tests related to invalid keyCodes sent for Print Screen and keypad insert/delete keys. WebKitQt seems to have this same issue as well.
Comment 1 Martin Robinson 2010-08-02 10:28:39 PDT
Committed r64473: <http://trac.webkit.org/changeset/64473>
Comment 2 Martin Robinson 2010-08-02 10:38:46 PDT
Created attachment 63233 [details]
Blind patch
Comment 3 Martin Robinson 2010-08-02 10:39:46 PDT
I've uploaded a patch which I'm fairly certain fixes this issue, but I'm unable to test it right now as my version of Qt is not fully up-to-date. When I can test this / get someone to test it for me, I'll r? it.
Comment 4 Martin Robinson 2010-09-11 18:56:11 PDT
Created attachment 67323 [details]
Tested patch for this issue
Comment 5 Andreas Kling 2010-09-12 03:39:22 PDT
Comment on attachment 67323 [details]
Tested patch for this issue

Thanks for fixing this! r=me
Comment 6 Martin Robinson 2010-09-13 08:25:54 PDT
Committed r67389: <http://trac.webkit.org/changeset/67389>