Closed
Bug 1301302
Opened 9 years ago
Closed 25 days ago
Add l10n support for picker for <input type="time">
Categories
(Toolkit :: UI Widgets, defect, P5)
Toolkit
UI Widgets
Tracking
()
RESOLVED
FIXED
154 Branch
| Tracking | Status | |
|---|---|---|
| firefox154 | --- | fixed |
People
(Reporter: scottwu, Assigned: sam)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
AM/PM string, warning message, and position of hour/minute/ampm should display correctly based on users' locale.
Comment 1•9 years ago
|
||
This should come from Intl.getDisplayNames
Comment 2•9 years ago
|
||
As per the latest planning together with PM and the team, we're not going to have time picker UI.
Bug 1315911 had landed on pref-off the pop-up.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
Comment 3•9 years ago
|
||
:wesley_huang - I understand the repriotization, but why does it result in resolved/wontfix?
Updated•9 years ago
|
Flags: needinfo?(whuang)
Comment 4•9 years ago
|
||
Likely in the short term we're not going to spend efforts on the time picker UI.
But it's ok to leave it open (for future tracking purpose) so I'm making it reopened.
Status: RESOLVED → REOPENED
Flags: needinfo?(whuang)
Resolution: WONTFIX → ---
Updated•9 years ago
|
Priority: -- → P5
Updated•9 years ago
|
Blocks: datetime-bugs
Updated•9 years ago
|
No longer blocks: datetime-bugs
Comment 5•4 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months.
:mstriemer, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee: scottcwwu → nobody
Flags: needinfo?(mstriemer)
Updated•4 years ago
|
Flags: needinfo?(mstriemer)
Updated•3 years ago
|
Severity: normal → S3
| Assignee | ||
Comment 6•1 month ago
|
||
Updates the time input picker to add time components in the correct order and with the correct display strings for the current locale.
Updated•1 month ago
|
Assignee: nobody → sam
Pushed by sam@scj.me:
https://github.com/mozilla-firefox/firefox/commit/49afca7a6c57
https://hg.mozilla.org/integration/autoland/rev/954679c47b26
Add localization support for time input picker. r=jules
Status: REOPENED → RESOLVED
Closed: 9 years ago → 25 days ago
status-firefox154:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 154 Branch
Comment 9•24 days ago
•
|
||
@pierov Does this require spoof_english handling? (set dom.forms.datetime.timepicker to true) - edit: test here https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input/time#try_it
Flags: needinfo?(pierov)
Comment 10•19 days ago
|
||
As far as I can tell, this is already handled by using Services.locale.webExposedLocales to define locale: https://searchfox.org/firefox-main/rev/c280a3de79038960073359b0b4777c676320b76a/toolkit/modules/DateTimePickerPanel.sys.mjs#72.
Flags: needinfo?(pierov)
You need to log in
before you can comment on or make changes to this bug.
Description
•