Suggest boxes currently have a bug. http://code.google.com/p/google-web-toolkit/issues/detail?id=3533
I went through the same hassle ... icky stuff. I ended up wrapping the SuggestBox with another class that intercepted any handlers added to it and wrapped them with a de-duplication handler. -Ben On Jan 17, 5:40 am, ". ." <[email protected]> wrote: > Hi, > i am writing a customized suggestionBox which works on RichTextArea. > > On debug, as i press a single key on keyboard, it calls the > SimpleEventBus.class and the handlers ArrayList is filled with 2 > handlers causing the onKeyPress method to be called twice. > > anyone nothiced the same? > > i am using GWT 2.1.0 -- 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.
