Updates:
Cc: [email protected]
Comment #3 on issue 9555 by [email protected]: CTRL-TAB does not work
the new mail.yahoo.com
http://code.google.com/p/chromium/issues/detail?id=9555
This is a dupe of Issue 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.
All other browsers allow to switch tabs even when yahoo has focus. Should
we also do
it?
--
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
-~----------~----~----~----~------~----~------~--~---