Bug 77473 - REGRESSION (WebKit2): event.keyCode is always zero when typing in Russian
Summary: REGRESSION (WebKit2): event.keyCode is always zero when typing in Russian
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords: InRadar
: 82715 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-01-31 13:42 PST by Alexey Proskuryakov
Modified: 2012-03-30 10:19 PDT (History)
2 users (show)

See Also:


Attachments
proposed fix (32.84 KB, patch)
2012-01-31 13:47 PST, Alexey Proskuryakov
no flags Details | Formatted Diff | Diff

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