We're doing that. One solution that almost worked was to listen for both 
the onBlur from the textbox and the onClose from our SuggestionDisplay's 
PopupPanel. In the onBlur for the textbox we would look to see if the 
SuggestionDisplay's PopupPanel was still visible. If so we knew they could 
be in the process of selecting a suggestion. For some reason this didn't 
seem to work. Even when the SuggestionDisplay was clearly not visible it 
would think that it was.

On Sunday, November 3, 2013 4:25:23 PM UTC-6, jaga wrote:
>
> How about extending the popup interface SuggestDisplay? You can then 
> handle the callbacks which get fired when the popup is hidden.

-- 
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/groups/opt_out.

Reply via email to