Hi,

The similar routine from the 1.5.3 library does not have the duplicate
calls:

com.google.gwt.user.client.ui.Composite.class

  @Override
  public void onBrowserEvent(Event event) {
    // Delegate events to the widget.
    widget.onBrowserEvent(event);
  }

Was this a bugfix for the 1.6 revision? If so, how do I prevent the
duplicate call to the SuggestBox widget?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to