Comment #1 on issue 9061 by keithdwinkler: Yahoo Mail : ESC(Escape) key doesnt work http://code.google.com/p/chromium/issues/detail?id=9061
More specifically, onkeypress does not fire for escape key. Below test case will alert in IE8/Firefox3 when escape key is pressed, but not in Chrome 1.0.154.53 <script language="Javascript"> function testIt(event) { alert("KEY PRESSED"); } </script> <form onkeypress="testIt(this);"> <input type="text"/> </form> -- 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 -~----------~----~----~----~------~----~------~--~---