Status: Available
Owner: ----
CC: [email protected],  [email protected],  [email protected]
Labels: Type-Bug Pri-1 OS-Linux Area-BrowserUI Size-Medium OS-Mac

New issue 9622 by [email protected]: Webkit editor swallows hotkeys
http://code.google.com/p/chromium/issues/detail?id=9622

What steps will reproduce the problem?
1. put cursor in some input field
2. press ctrl-l

What is the expected output? What do you see instead?
the omnibox should be focused, but instead you see an l typed into the
input field.

I have a (sad) attempted fix here: http://codereview.chromium.org/50049/show

It seems that the char event windows sends for the L in ctrl+L has a
keycode different from the keycode send for the char event for just L.
(It's 0x14 instead of ASCII L.) On linux (and presumably mac) the
disambiguating char event has ASCII L keycode for both L and ctrl-L, and
the only difference is the modifiers. This probably should be fixed in
disambiguateKeyDownEvent, but I don't understand that function at all.


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to