Closed
Bug 1318324
Opened 8 years ago
Closed 8 years ago
[DateTimePicker] Input values should be overridden after focus is changed to another segment or outside input then re-edited.
Categories
(Toolkit :: UI Widgets, defect, P3)
Tracking
()
VERIFIED
FIXED
Tracking | Status | |
---|---|---|
firefox53 | --- | verified |
People
(Reporter: roxana.leitan, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
197 bytes,
text/html
|
Details |
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:53.0) Gecko/20100101 Firefox/53.0
Build ID: 20161115030213
[Affected versions]:
Nightly 53.0a1
[Affected platforms]:
All platforms: Windows 10 x 64, Ubuntu 16.04, Mac OS X 10.11
[Steps to reproduce]:
1.Launch Nightly 53.0a1 with a new profile
2.Set "dom.forms.datetime" pref to True in about:config
3.Open attached html
4.Type "2" in Minutes column
5.Move focus to hour column or click outside of input box
6.Go back to minutes column and type "4"
[Expected result]:
Minutes values should be "04".
[Actual result]:
Minutes value is "24".
Updated•8 years ago
|
Blocks: datetime-bugs
Updated•8 years ago
|
No longer blocks: datetime-bugs
Updated•8 years ago
|
Updated•8 years ago
|
Priority: -- → P3
Comment 1•8 years ago
|
||
This was fixed while implementing layout for input type=date.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Verified as fixed using the latest Nightly 54.0a1(Build ID:20170202030211) and latest Aurora 53.0a2 (Build ID:20170202004013) on Windows 10, Ubuntu 16.04 and Mac OS X 10.10.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•