Hi,

I'm using GWT 2.1.1 and I created a widget that extends FocusWidget. I
have added to this widget a classical ClickHandler like this:

new ClickHandler() {
                public void onClick(ClickEvent event) {
                        //do something
                }
        };

my problem is when the widget is fired the event is triggered many
times instead of only one.

Is there a way to "stop" this accumulation of events?

I tested this only on Firefox 3.6.13

Thanks,
Julio

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