Re: Works amazingly

2014-08-24 Thread jordi . bergenthal
Doesn't that leak threads? When the client closes her browser your thread is still there waiting forever. -- 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

Re: Suggestbox suggestions not displayed when navigating using arrow keys

2014-06-15 Thread jordi . bergenthal
Here is a solution without having to change the codebase: private static class ScrollableDefaultSuggestionDisplay extends SuggestBox. DefaultSuggestionDisplay { private Widget suggestionMenu; @Override protected Widget decorateSuggestionList(Widget suggestionList) { sugges