On Tue, Oct 27, 2009 at 12:56 PM, Michael Weber <[email protected]> wrote: > > 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.
Yeah, this is a known issue: http://code.google.com/p/chromium/issues/detail?id=22654 You can star that bug if you want to be notified of updates. - a --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
