Comment #33 on issue 15090 by [email protected]: While ⌘ (command) key  
held down, letter keys don't generate key events
http://code.google.com/p/chromium/issues/detail?id=15090

http://codereview.chromium.org/242069 kinda works modulo the change  
requested
by jam. It's based on avi's approach. It doesn't send keyups for cmd+key,  
like other
os x browsers. It suppresses the default action only if keydown() is  
suppressed but
not if keypress() is suppressed – this matches chrome on windows and linux  
and IE8,
but doesn't match safari and firefox. Matching chrome on win/linux sounds  
like the
right thing.

I'd like to write a version based on james's suggestion. I think it would  
make it
possible to send keyups for cmd+key (although we probably shouldn't do that
anyway, for web compat), and it might be a bit cleaner.

--
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