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 [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
-~----------~----~----~----~------~----~------~--~---