Bug 82715

Summary: keycode is always 0 when using non-Latin keyboard layout.
Product: WebKit Reporter: Yuriy Brayko <yuriy.brayko>
Component: UI EventsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: ap
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.6   

Description Yuriy Brayko 2012-03-30 03:52:23 PDT
What steps will reproduce the problem?
1. Open http://unixpapa.com/js/testkey.html in Safari
2. Switch to a non-Latin keyboard layout, eg. Russian, Arabic.
3. Press some keys.

What is the expected output? What do you see instead?
keyCode value of key events should not be zero, but they are always zero when using non-Latin keyboard layout.
Comment 1 Alexey Proskuryakov 2012-03-30 10:19:16 PDT
This should have been fixed a while ago. Are you testing with a nightly build from <http://nightly.webkit.org/>?

*** This bug has been marked as a duplicate of bug 77473 ***