[meta] implement all time and date related input types
Categories
(Core :: DOM: Core & HTML, enhancement, P2)
Tracking
()
People
(Reporter: rexyrexy2, Unassigned)
References
(Depends on 12 open bugs)
Details
(8 keywords, Whiteboard: [DevRel:P1])
Updated•11 years ago
|
Updated•11 years ago
|
Comment 5•11 years ago
|
||
Updated•11 years ago
|
Updated•10 years ago
|
Comment 7•10 years ago
|
||
Updated•10 years ago
|
Updated•10 years ago
|
Comment 10•9 years ago
|
||
Comment 11•9 years ago
|
||
notechnicalvalue |
Comment 12•9 years ago
|
||
Updated•9 years ago
|
Comment 13•9 years ago
|
||
Comment 14•9 years ago
|
||
Comment 15•9 years ago
|
||
Comment 16•9 years ago
|
||
Comment 17•9 years ago
|
||
Comment 18•9 years ago
|
||
Comment 19•9 years ago
|
||
Comment 20•9 years ago
|
||
Comment 21•9 years ago
|
||
Comment 22•9 years ago
|
||
Comment 23•9 years ago
|
||
Comment 24•9 years ago
|
||
Comment 25•9 years ago
|
||
Comment 26•9 years ago
|
||
Comment 27•9 years ago
|
||
Comment 28•9 years ago
|
||
Comment 29•9 years ago
|
||
Comment 30•9 years ago
|
||
Updated•9 years ago
|
Updated•8 years ago
|
Updated•8 years ago
|
Comment 32•8 years ago
|
||
Updated•8 years ago
|
Updated•8 years ago
|
Comment 33•8 years ago
|
||
Comment 34•8 years ago
|
||
Comment 35•8 years ago
|
||
Updated•8 years ago
|
Updated•8 years ago
|
Updated•8 years ago
|
Comment 37•7 years ago
|
||
Comment 38•7 years ago
|
||
Comment 39•7 years ago
|
||
Comment hidden (advocacy, metoo) |
Comment 41•7 years ago
|
||
Comment 42•7 years ago
|
||
Updated•7 years ago
|
Comment 43•7 years ago
|
||
Comment 44•7 years ago
|
||
Comment 45•7 years ago
|
||
Comment hidden (advocacy) |
Comment 47•7 years ago
|
||
Comment 49•7 years ago
|
||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Comment hidden (metoo) |
Updated•6 years ago
|
Comment 51•5 years ago
|
||
There appears to be a bug in the current implementation (tried on 67.0, 67.0b12 and 68.0b5 on mac os 10.14.5). If firefox interface is set to portuguese the weekdays appear in full intead of abreviated. This breaks the layout making text overlap and scrollbars to appear. In 68b5 scrollbars are gone but weekdays are still not abreviated and overlap.
Screenshot: https://fimdomeio.com/p/bugzilla/date-input-firefox-68.0b5.png
Also tested in english, french and german and all appear to be ok, only portuguese is broken.
Comment 52•5 years ago
|
||
(In reply to Alexandre Castro from comment #51)
There appears to be a bug in the current implementation (tried on 67.0, 67.0b12 and 68.0b5 on mac os 10.14.5). If firefox interface is set to portuguese the weekdays appear in full intead of abreviated. This breaks the layout making text overlap and scrollbars to appear. In 68b5 scrollbars are gone but weekdays are still not abreviated and overlap.
Screenshot: https://fimdomeio.com/p/bugzilla/date-input-firefox-68.0b5.png
Also tested in english, french and german and all appear to be ok, only portuguese is broken.
Please file a new bug with these details.
Comment 53•5 years ago
|
||
(In reply to Wesley Huang [:wesley_huang] (EPM) (NI me) from comment #44)
(In reply to Sebastian Zartner [:sebo] from comment #43)
Wesley, what's the reason the types "month", "week", and "datetime-local"
were backlogged? And is it already planned to pick up the work again? Like
o-zilla, I assume there is at least a big need for "datetime-local".Sebastian
The date and time types were considered as the higher priority ones when we
got the dev resource to ship in Firefox57.
The rest types were backlogged because of the limited resource/time at that
time.
I transitioned my focus to other project so I don't know the latest plan of
this backlog.
Maybe best for DOM or Product team to answer.
Are types "month", "week" and "datetime-local" still backlogged ?
Comment 54•4 years ago
|
||
Since the Firefox input types "date" and "time" work, could the "datetime-local" be quickly implemented as a combo of those?
What I'm describing is what the Edge (non-Chromium) browser does:
- When selecting the date part, the "date" renders
- When selecting the time part, the "time" renders
Having consistency of implementation of input types across browsers would be a nice plus for us web developers.
Updated•4 years ago
|
Comment 55•4 years ago
|
||
Please, when requesting more information from people, do state the information you expect to get.
Regarding the question above re. datetime-local, I commented on bug 1283388 comment 2 with instructions, and I'm happy to mentor if somebody wants to take it.
Comment hidden (advocacy) |
Comment hidden (advocacy) |
Comment hidden (advocacy) |
Comment 59•3 years ago
|
||
For the implementation of datetime-local
, you may want to follow bug 1283388 (which Emilio already mentioned in the last comment).
And please only comment when you have implementation specific information because comments on this bug will be posted to a huge group of people following it.
Sebastian
Updated•2 years ago
|
Comment 60•2 years ago
|
||
Redirect a needinfo that is pending on an inactive user to the triage owner.
:sefeng, since the bug has high priority, could you have a look please?
For more information, please visit auto_nag documentation.
Comment 61•2 years ago
|
||
After being told by Gijs, Alexandre filed bug 1555275 which was then marked as a duplicate of bug 1418061.
Sebastian
Description
•