Open
Bug 628135
Opened 15 years ago
Updated 3 years ago
RadioStateChange doesn't fire when you change radio button state from code
Categories
(Toolkit :: UI Widgets, defect)
Tracking
()
NEW
People
(Reporter: bugzilla, Unassigned)
Details
addEventListener("RadioStateChange") doesn't EVER fire when you change radio
button state from code. It fires when you change which radio button in the
group is selected *interactively*, but doesn't fire when you change it from
code (even though CheckboxStateChange DOES fire when checkbox state is changed
from code!)
As I understand it, this behaviour is incorrect and if I change a radiogroup's selected radio button in code (say, document.getElementById("myRadioGroup").value = 3; when the radio button in that group currently selected has a value of 2), this event should fire.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•