In extensions, with both toolstrips and browser actions, I find that
Chrome does not implement tabbing between form input elements. I have
tried with and without tabindex attributes. When I hit the tab key,
nothing happens.

I also tried working around this with onkeypress and onkeydown event
handlers, checking for code 9. My event handler is never called with
9. It is called for other character codes and, to ensure that focus()
worked, I successfully made my form move between input fields using
the spacebar.

However, my tab key strokes are consumed and ignored.

cheers
Michael
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-extensions" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/chromium-extensions?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to