Hi there,

I have a problem with the behavior of a Button in IE6. When pressing
the key enter on a Button in IE6, the onClick-Event is fired. The Bug
can be reproduced with the following Code:

        final Button button = new Button("Hello");
        button.addClickListener(new ClickListener() {

            public void onClick(Widget sender) {

                button.setText("Hello again!");
            }
        });

We are still using Version 1.5.3 of the GWT. A quick look in the
bugtracker showed, that there was no bugfix since 1.5.3 concerning
this problem.

Any ideas for a workaround?

thanks!

Björn

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

Reply via email to