Hi! I have a vertical panel with one textbox and 4 buttons and I want to be able to use the tab key to change from one button to the other. I tried btnName.setTabIndex(n); with n from 2 to 5 for the button (textbox indextab=1). It doesn't work. I tried it in the hosted browser, safari 4.0.1 and firefox 3.0.13. The focus is not set to any button, and if I set it by clicking on one of them, when I press tab the focus goes to the browser navigation elements and then to the textbox , never to the buttons. I'm using gwt 1.7 with Mac X 10.5.7 Is this a Mac problem? are there any know solutions? Thanks
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
