Monday, June 28, 2010

Problem with Button and onClick-Event

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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment