Opened 16 years ago
Closed 16 years ago
#2683 closed Task (fixed)
onChange in radio group elements does not work
Reported by: | Martin Kou | Owned by: | Martin Kou |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | UI : Dialogs | Version: | |
Keywords: | Cc: |
Description
This problem was discovered while reviewing and writing API documentations today.
The onChange event handler for radio buttons work during explicit setValue() calls but doesn't work when the user clicks on a radio button or checks a radio button by pressing Space. This needs to be fixed.
Fixed by [2734].