Closed
Bug 521644
Opened 16 years ago
Closed 14 years ago
<textbox type="number"> sends input event too early on first keystroke
Categories
(Toolkit :: UI Widgets, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 506069
People
(Reporter: Fallen, Unassigned)
References
Details
(Keywords: testcase)
Attachments
(1 file)
772 bytes,
application/vnd.mozilla.xul+xml
|
Details |
When using a textbox with type number and listening to oninput, the first time it fires, the event is fired too early, causing event.target.value and to have the original value. Testcase attached.
Comment 2•16 years ago
|
||
This seems in some way also be true for the timepicker - which is also a kind of textbox.
The onchange event always delivers one value before.
I don't know if this is dependant on the textbox or should go into another bug.
Comment 3•14 years ago
|
||
Duping.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Updated•14 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•