Good day,

I'm writing the front-end for a web application that has heavy
DialogBox usage. Basically there is a navigation tree that uses, well,
a Tree and some Buttons which in turn would produce a DialogBox
containing forms. Now what I'm trying to do is to have the DialogBox
focus the first element of the form within it. DialogBoxes produced
via the Buttons is successful at focusing the first TextBox element
via the setFocus method whereas those generated by clicking a TreeItem
does not. I tried tracing the problem and it seems like the Tree is
the culprit.

Is there any way to prevent the tree from stealing focus without
affecting its select behavior?

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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to