Bug 77473

Summary: REGRESSION (WebKit2): event.keyCode is always zero when typing in Russian
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: UI EventsAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot, yuriy.brayko
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed fix none

Description Alexey Proskuryakov 2012-01-31 13:42:33 PST
Steps to Reproduce:
1. Check for event.keyCode in a keydown event handler
2. Press any key in Russian keyboard layout
3. event.keyCode is always zero

<rdar://problem/10751357>
Comment 1 Alexey Proskuryakov 2012-01-31 13:47:57 PST
Created attachment 124814 [details]
proposed fix
Comment 2 WebKit Review Bot 2012-01-31 19:21:41 PST
Comment on attachment 124814 [details]
proposed fix

Clearing flags on attachment: 124814

Committed r106422: <http://trac.webkit.org/changeset/106422>
Comment 3 WebKit Review Bot 2012-01-31 19:21:45 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Alexey Proskuryakov 2012-03-30 10:19:16 PDT
*** Bug 82715 has been marked as a duplicate of this bug. ***