Closed
Bug 1250521
Opened 9 years ago
Closed 9 years ago
No input event is ever fired for select
Categories
(Core :: DOM: Events, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1024350
People
(Reporter: github, Unassigned)
Details
(Whiteboard: btpp-followup-2016-03-08)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.97 Safari/537.36
Steps to reproduce:
An <input type="select"> does not seem to ever fire an event of type "input". Ever.
See for example this fiddle: https://jsfiddle.net/t903n22p/1/ and compare it from within Chrome
Actual results:
No "input" event is fired when selecting an item in the drop down menu.
Expected results:
An "input" event should be fired whenever the value of the select input changes, as per spec, your doc, etc. Safari/Chrome/Opera all behave correctly.
Comment 1•9 years ago
|
||
smaug, can you please take a look?
Flags: needinfo?(bugs)
Whiteboard: btpp-followup-2016-03-03
Updated•9 years ago
|
Whiteboard: btpp-followup-2016-03-03 → btpp-followup-2016-03-08
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Flags: needinfo?(bugs)
You need to log in
before you can comment on or make changes to this bug.
Description
•