Chromium Code Reviews
DescriptionA quick fix for Issue 13711 (the second part)
Because of a hard-disk problem, I lost the original change. So, I would like to send another change for this fix.
This is the second part of the fix for Issue 13711.
On non-ASCII keyboards (e.g. Russian and Hebrew), |event->keyval| represents a non-ASCII value that BrowserWindowGtk::HandleAccelerator() cannot handle.
To fix this issue, this change uses |event->hardware_keycode| to retrieve its ASCII value before calling BrowserWindowGtk::HandleAccelerator().
BUG=13711
"Alt-D does not work when in editbox"
TEST=Type alt+d keys on a Russian keyboard and verify the input focus is moved to an onmibox.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=20944
Patch Set 1 #Patch Set 2 : '' #Messages
Total messages: 2 (0 generated)
|