-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
html.elements.input.type_datetime-local - Time picker not shown #21103
Comments
This imo isn't a compat data issue, Mozilla has just chosen not to make a picker UI for the time aspect (neither have Apple in Safari). They both fully recognise the input type and provide UI to edit the full value (just typing in the input itself). |
Imo it's a bad choice and I wouldn't consider Safari an exemplary browser... Overall is at best a "partial support":
If you are interacting with the browser only with the mouse Firefox has the same problem also with the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/time From a User experience perspective the input try to add the "required" attribute to the input and the html5 validation fails...
If Firefox is comfortable with this situation I suggest to remove |
Duplicate of #16138. |
This PR updates and corrects version values for Safari (Desktop and iOS/iPadOS) for the `type_datetime-local` member of the `input` HTML element. Related to mdn#16138 (see mdn#21103 (comment)). Additional Notes: �
This PR updates and corrects version values for Safari (Desktop and iOS/iPadOS) for the `type_datetime-local` member of the `input` HTML element. Related to #16138 (see #21103 (comment)). Additional Notes: �
What type of issue is this?
Browser bug (a bug with a feature that may impact site compatibility)
What information was incorrect, unhelpful, or incomplete?
Firefox in not compatible with
input type="datetime-local"
My User Agent is
Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/119.0
What browsers does this problem apply to, if applicable?
Firefox
What did you expect to see?
A calendar plus a time of the day chooser like in other browsers, for example in Chrome
it's implemented in this way:
Did you test this? If so, how?
Yes, many times, from 3 or 4 years now...
TO REPRODUCE
Go to: https://developer.mozilla.org/en-US/play
Paste the following html code:
and you will see that is not possible to choose date and time for the input
because there is not Time Chooser!
Can you link to any release notes, bugs, pull requests, or MDN pages related to this?
https://bugzilla.mozilla.org/show_bug.cgi?id=1726108
Do you have anything more you want to share?
A lot of devs and users are waiting from many years that Firefox fill this gap with other browsers!
Due to this bug Firefox is still not usable as a main browser
... people will continue to use Chrome, Safari or Edge instead of switching to Firefox ...
MDN URL
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/datetime-local
MDN metadata
MDN page report details
html.elements.input.type_datetime-local
The text was updated successfully, but these errors were encountered: