Closed
Bug 2047046
Opened 29 days ago
Closed 25 days ago
Support seconds and milliseconds in the time picker
Categories
(Toolkit :: UI Widgets, enhancement)
Tracking
()
RESOLVED
FIXED
154 Branch
People
(Reporter: sam, Assigned: sam)
References
Details
Attachments
(1 file)
<input type="time"> supports seconds and milliseconds and will show fields for them depending on the step and step base. However, currently the time picker only supports hours and minutes, and does not populate the seconds or milliseconds fields.
| Assignee | ||
Comment 1•29 days ago
|
||
<input type="time"> supports seconds and milliseconds and will show fields for them depending on the step and step base. This patch extends the time picker UI to support them as well.
Updated•29 days ago
|
Assignee: nobody → sam
Status: NEW → ASSIGNED
Pushed by sam@scj.me:
https://github.com/mozilla-firefox/firefox/commit/762da9af713b
https://hg.mozilla.org/integration/autoland/rev/91b85321f103
Support seconds and milliseconds in the time picker. r=fluent-reviewers,webidl,jules,emilio,bolsson
Status: ASSIGNED → RESOLVED
Closed: 25 days ago
status-firefox154:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 154 Branch
Updated•16 days ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•