| Issue 3679: | RadioButtons with no ClickHandlers do not fire ValueChangeEvents | |
| Back to list |
Sign in to add a comment
|
Found in GWT Release (e.g. 1.5.3, 1.6 RC): 1.6 Encountered on OS / Browser (e.g. WinXP, IE6-7, FF3): all Detailed description (please be as specific as possible): Make a radio button and give it a ValueChangeHandler. Click it. No value change events fire. Workaround if you have one: Add a ClickHandler and the ValueChangeHandler will start to work. Problem is that I forgot to sink click events. Didn't notice because in my manual test app I had added ClickHandlers, and doing that has the side effect of sinking them. Links to relevant GWT Developer Forum posts: |
||||||||
,
May 20, 2009
This was a side effect of the work to fix issue 3508 , in r5333 |
|||||||||
,
May 21, 2009
Committed revision 5454.
Status: Fixed
|
|||||||||
,
May 21, 2009
(No comment was entered for this change.)
Status: Started
|
|||||||||
,
May 21, 2009
revision 5454 was missing an import line. Reverted, and re-submitted at revision 5460
Status: FixedNotReleased
Labels: Milestone-1_6_1 |
|||||||||
,
Jul 29, 2009
(No comment was entered for this change.)
Status: Fixed
Labels: Milestone-1_7 |
|||||||||
|
|
|||||||||