Comment #20 on issue 9640 by phistuck: Keyboard shortcuts don't work when renderer unresponsive http://code.google.com/p/chromium/issues/detail?id=9640
Though, the browser would have to execute the actual function that the keyboard handler calls, since the bindings are not a keyboard shortcut to a function, but a general keyboard event to a function. Executing a certain JavaScript code while the renderer is unresponsive could lead to problems, collisions and confrontations between the function called by the handler and the rest of the JavaScript, or simply change stuff that might have not needed to change yet, because of an ongoing background task, for example. -- 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 -~----------~----~----~----~------~----~------~--~---
