Date input does not use system date format on macOS
Categories
(Core :: Internationalization, defect, P3)
Tracking
()
People
(Reporter: adam, Unassigned)
References
Details
Attachments
(1 file)
129.48 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:107.0) Gecko/20100101 Firefox/107.0
Steps to reproduce:
Checked "Use your operating system settings for "English (Czechia)" to format dates, times, numbers, and measurements." in the settings.
Actual results:
My OS uses date formatted as DD.MM.YYYY but Firefox displays <input type="date"> formatted as MM/DD/YYYY although it is required to use system settings.
Expected results:
Date input should be formatted as in system settings - DD.MM.YYYY.
Comment 1•2 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Widget: Cocoa' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 2•2 years ago
|
||
The severity field is not set for this bug.
:spohl, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•2 years ago
|
Updated•2 years ago
|
Comment 3•10 months ago
|
||
I believe this is handled on the JS side by js::intl_defaultCalendar
or similar. Changing components for someone with more experience to take a look.
Updated•10 months ago
|
Description
•