Open
Bug 1154909
Opened 10 years ago
Updated 3 years ago
checkbox input event not firing
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: mathias.hansen783, Unassigned)
References
Details
User Agent: Mozilla/5.0 (Windows NT 6.4; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36
Steps to reproduce:
added input event to a checkbox
Actual results:
the input event did not fire when the checkbox is checked/unchecked
Expected results:
the input event sould fire when the checkbox is checked/unchecked
w3scool says the checkbox supports all standard properties and events
Summary: checkbox input event not fireing → checkbox input event not firing
| Assignee | ||
Updated•7 years ago
|
Component: Event Handling → User events and focus handling
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•