Closed
Bug 791847
Opened 13 years ago
Closed 13 years ago
FF 15.0.1 input 'change' event does not fire when 'keyup' sets node value
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 787102
People
(Reporter: alan.khalis, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:15.0) Gecko/20100101 Firefox/15.0.1
Build ID: 20120905151427
Steps to reproduce:
Registered a 'keyup' listener on an input node that normalizes data and sets to the input node's value.
Registered a 'change' listener on an input node that should fire when 'blur' and value is different than when focused.
Example:
http://jsfiddle.net/valeshino/TpT43/1/
Actual results:
'change' event is not triggered on input node.
Expected results:
'change' event should have triggered on input node if value is different than when 'focus'.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•