Tabbing or shift-tabbing should move you out of the CellTree. Otherwise, you would have to tab all the way through the CellTree to get to the next focusable widget, which would be annoying. Within the CellTree, you can navigate using the arrow keys.
If your cell contains a focusable element (ex. an input element), you should set its tabindex to -1 so it does not take tab focus. It will still be focusable on mouse click. Thanks, John LaBanca [email protected] On Mon, Dec 13, 2010 at 9:08 PM, Blackberet <[email protected]>wrote: > Could be on my end. > > In my cell tree instance. Tab is moving the selection down to the next > open node in the tree. Shift+Tab is not moving it to the previous node > in the tree. > > I tested Shift+Tab on the Gwt Showcase and that didn't highlight the > previous node either. I did not test the Showcase example using Tab > traversal. I have tested it out now and it does not traverese to the > next item in the tree. > > If what I perceive to be correct behavior, is an artifact of my > implementation, why wouldn't Shift+Tab also work? > > On Dec 13, 5:02 pm, John LaBanca <[email protected]> wrote: > > Can you elaborate a little more? Are you sure it isn't selecting the > > surrounding ScrollPanel, which is natively focusable? > > > > The Showcase sample doesn't seem to have this problem. The > implementation > > of CellTree has been improved for GWT 2.1.1, but I don't remember running > > into this specific issue. > > > > Thanks, > > John LaBanca > > [email protected] > > > > On Mon, Dec 13, 2010 at 4:58 PM, Blackberet <[email protected] > >wrote: > > > > > > > > > Is this a defect that is being looked at for the next release? > > > > > -- > > > 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]<google-web-toolkit%[email protected]> > <google-web-toolkit%2bunsubsĀ[email protected]> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/google-web-toolkit?hl=en.- Hide quoted > text - > > > > - Show quoted text - > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- 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.
