Comment #15 on issue 5496 by [email protected]: Tab and window management commands should not round-trip through the renderer http://code.google.com/p/chromium/issues/detail?id=5496
What if we only set keyboard focus on the renderer once it has responded to a set focus message? In other words, when you switch to a tab we would wait to hear back that it is loaded before sending any keystrokes to it. Therefore If an accelerator is entered before the renderer has responded, it will be handled immediately by the browser without any delay. This would address the use-case where you are quickly ctrl-tabbing between tabs, without having to hardcode any accelerators and possibly break web compatibility. -- 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 -~----------~----~----~----~------~----~------~--~---
