I'm building an interface where key bindings and tabbing is essential, however I get stuck on defining the tab key order.
I'm using the LoginDialog in the MailApp sample from the distribution. The first tab is correct and jumps to the password, but then it seems to jump to some unseen widget. Several key presses later you get the focus back on username.
The first tab is correct and jumps to the password, but then it seems to jump to some unseen widget. Several key presses later you get the focus back on username. setTabIndex() doesn't seem to do much.
I've seen this too - me thinks its a bug. If you can, get a simple sample working that shows it and post a bug.