Open
Bug 799219
Opened 12 years ago
Updated 2 years ago
timepicker reports incorrect value when changed by keyboard instead of mouse
Categories
(Core :: XUL, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: 52qtuqm9, Unassigned)
Details
Create a timepicker with an onchange event handler associated with it. In the event handler, log the .value of the timepicker.
Change the value of the timepicker using the mouse. Note how .value is correct.
Now change the value of the timepicker by highlighting the hours field, typing a new value, and hitting tab. Note how the event handler is called, but the value that is reported is the old value, not the new one.
In short, when the value of a timepicker is changed with the keyboard, it reports its own value incorrectly.
This seems like a pretty darn big bug.
Reporter | ||
Comment 1•12 years ago
|
||
This appears to have been discussed as an issue in need of a fix over two years ago:
https://groups.google.com/d/topic/mozilla.dev.tech.xul/lOvK6bAwVoI/discussion
Status: NEW → UNCONFIRMED
Ever confirmed: false
Reporter | ||
Comment 2•12 years ago
|
||
This problem applies to datepicker as well as timepicker.
Comment 3•7 years ago
|
||
Moving to Core:XUL per https://bugzilla.mozilla.org/show_bug.cgi?id=1455336
Component: XP Toolkit/Widgets: XUL → XUL
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•