You probably want to be a bit more sophisticated, since other manipulations you may do with the table, like scrolling/moving through choices may also cause your textbox to lose focus. I'd put some mouse over/out listeners on the popup so you know if the mouse is inside of it, and set a flag so you know not to hide it if the mouse is in it. Then maybe also hide it separately when the user makes a selection. Will take some experimentation with permutations of these events to get the effect you're looking for.
-- 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.
