Author: [email protected]
Date: Thu May 21 08:20:41 2009
New Revision: 5458
Modified:
trunk/user/src/com/google/gwt/user/client/ui/RadioButton.java
Log:
Rollback of 5454 (missing an import line?)
Modified: trunk/user/src/com/google/gwt/user/client/ui/RadioButton.java
==============================================================================
--- trunk/user/src/com/google/gwt/user/client/ui/RadioButton.java
(original)
+++ trunk/user/src/com/google/gwt/user/client/ui/RadioButton.java Thu May
21 08:20:41 2009
@@ -63,8 +63,7 @@
public RadioButton(String name) {
super(DOM.createInputRadio(name));
setStyleName("gwt-RadioButton");
-
- sinkEvents(Event.getTypeInt(ClickEvent.getType().getName()));
+
sinkEvents(Event.getTypeInt(MouseUpEvent.getType().getName()));
sinkEvents(Event.getTypeInt(BlurEvent.getType().getName()));
sinkEvents(Event.getTypeInt(KeyDownEvent.getType().getName()));
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---