Hi all, I experience a navigation problem. This is the situation:
There is a TextBox, when there is input in the TextBox (KeyUpEvent) a message is shown beneath the TextBox. The message is a Label that is added to the parent-widget of the TextBox. OnBlur the message has to disapear. This is done by label.removefromParent(). However using the keyboard, leaving the TextBox by tab-key it is going OK, but using the mouse, clicking a RadioButton below the TextBox, the RadioButton got Focus, but is not selected! I think the cause of this problem is that by removing the message, the RadioButton scrolls up, and clicking the RadioButton failed because the RadioButton is no longer at that position on the screen, but it gets the focus because it is the last widget before the point that is clicked. Does anyone know a solution to my problem? Thanx, Jasper -- 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.
