Updates:
        Status: WontFix

Comment #9 on issue 1394 by [email protected]: CTRL+TAB fails for some  
pages (eg: Yahoo mail)
http://code.google.com/p/chromium/issues/detail?id=1394

The page is eating the CTRL-Tab because it has focus.
You don't need to click the page to give it focus, as the tab remembers  
that the page had focus when shown again.
So the scenario goes something like:
- open yahoo mail in a tab, page gets the focus
- switch tab by clicking another tab
- control-tab back to the yahoo mail tab, the page is automatically focused
- press control-tab again, the page eats the control-tab, the browser never  
gets it and does not switch tab.

It is easy to create a web page that eats all keyboard events (it just need  
to return false in document.onkeydown) to repro.
The page should always get a first crack at the keyboard events, so there  
is not much to be done here.




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