I have run into the same problem that has been discussed time and
again. For example, here:
http://groups.google.com/group/google-web-toolkit/browse_thread/thread/a998b2165103dd60

Basically, the problem is, if you have a GWT Tree, and on a selection
event on one of its items, you want to replace the TreeItem's widget
with a TextBox to let the user enter text, you run into focus
problems. After you instantiate the TextBox and set focus to it, it
loses focus the first time user presses a key. If the user focuses on
it again manually, everything works fine.

I have tried a variety of ways to set the focus on TextBox, including
a DeferredCommand, but it always loses it.

Can somebody help demystify workings of a Tree with TextBox widgets?

-- 
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.

Reply via email to