Hi,
I intend to build a focus panel wrapped with a few textbox. When the user
clicks somewhere other than the focus panel, blur event will be triggered and
the focus panel will be hided. However, when I try to click and place the
cursor on the textbox to type, the focus panel lost focus. What is the problem?
Where should I check?
FocusPanel focusPanel = new FocusPanel();
VerticalPanel verticalPanel = new VerticalPanel();
focusPanel.setWidget(verticalPanel);
verticalPanel.add(new TextBox());
verticalPanel.add(new TextBox());
RootPanel.get().add(focusPanel);Thanks
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.