[UX] Provide specs for desktop layout of date/time inputs
Categories
(Core :: Layout: Form Controls, task, P3)
Tracking
()
People
(Reporter: ntim, Unassigned)
References
(Blocks 2 open bugs, )
Details
(Whiteboard: [ux])
User Story
As a web author, I'd like Firefox to support these input types: date, datetime, datetime-local, month, time, week More explanations in http://www.w3schools.com/tags/att_input_type.asp UX spec: https://mozilla.invisionapp.com/share/GU7VBIB4D#/screens/171886633
Attachments
(4 files, 5 obsolete files)
Reporter | ||
Updated•10 years ago
|
Comment 1•10 years ago
|
||
Updated•10 years ago
|
Comment 3•10 years ago
|
||
Comment 6•10 years ago
|
||
Reporter | ||
Comment 7•10 years ago
|
||
Reporter | ||
Updated•10 years ago
|
Comment 8•10 years ago
|
||
Updated•10 years ago
|
Comment 9•10 years ago
|
||
Comment 10•10 years ago
|
||
Comment 11•9 years ago
|
||
Comment 12•9 years ago
|
||
Updated•9 years ago
|
Comment 13•9 years ago
|
||
Comment 14•9 years ago
|
||
Comment 15•9 years ago
|
||
Updated•9 years ago
|
Comment 17•8 years ago
|
||
Comment 18•8 years ago
|
||
Comment hidden (typo) |
Comment 20•8 years ago
|
||
Updated•8 years ago
|
Comment hidden (typo) |
Comment 22•8 years ago
|
||
Comment 23•8 years ago
|
||
Comment 24•8 years ago
|
||
Comment 25•8 years ago
|
||
Comment 26•8 years ago
|
||
Comment 27•8 years ago
|
||
Comment 28•8 years ago
|
||
Comment 29•8 years ago
|
||
Comment 30•8 years ago
|
||
Comment 31•8 years ago
|
||
Comment 32•8 years ago
|
||
Comment 33•8 years ago
|
||
Comment 34•8 years ago
|
||
Comment 35•8 years ago
|
||
Comment 36•8 years ago
|
||
Comment 37•8 years ago
|
||
Comment 38•8 years ago
|
||
Comment 40•8 years ago
|
||
Comment 41•8 years ago
|
||
Comment 42•8 years ago
|
||
Comment 43•8 years ago
|
||
Comment 44•8 years ago
|
||
Comment 45•8 years ago
|
||
Comment 46•8 years ago
|
||
Comment 47•8 years ago
|
||
Comment 48•8 years ago
|
||
Comment 49•8 years ago
|
||
Comment 50•8 years ago
|
||
Comment 51•8 years ago
|
||
Comment 52•8 years ago
|
||
Comment 53•8 years ago
|
||
Comment 54•8 years ago
|
||
Comment 55•8 years ago
|
||
Comment 56•8 years ago
|
||
Comment 57•8 years ago
|
||
Comment 58•8 years ago
|
||
Comment 59•8 years ago
|
||
Comment 60•8 years ago
|
||
Comment 61•8 years ago
|
||
Comment 62•8 years ago
|
||
Comment 63•8 years ago
|
||
Comment 64•8 years ago
|
||
Comment 65•8 years ago
|
||
Comment 66•8 years ago
|
||
Updated•8 years ago
|
Updated•8 years ago
|
Comment 67•8 years ago
|
||
Comment 68•8 years ago
|
||
Comment 69•8 years ago
|
||
Comment 71•8 years ago
|
||
Comment 72•8 years ago
|
||
Comment 73•8 years ago
|
||
Comment 74•8 years ago
|
||
Comment 75•8 years ago
|
||
Comment 76•8 years ago
|
||
Comment 77•8 years ago
|
||
Comment 78•8 years ago
|
||
Comment 79•7 years ago
|
||
Comment 80•7 years ago
|
||
Updated•5 years ago
|
Comment 82•4 years ago
|
||
(In reply to Wesley Huang [:wesley_huang] (EPM) (NI me) from comment #79)
(Commenting on User Story)
As a web author, I'd like Firefox to support these input types: date,
datetime, datetime-local, month, time, weekMore explanations in http://www.w3schools.com/tags/att_input_type.asp
UX spec:
https://mozilla.invisionapp.com/share/GU7VBIB4D#/screens/171886633Added the link to the living UX spec.
Major modification is to mark the backlogged items with red square.
I'm not a Mozilla employee, but looking at the linked UX spec, I'd like to suggest to reconsider the shown inclusion of separator characters since users click any given date part to change that value only. Hence it's neither expected, nor desired, nor probably ever allowed (from a website author/hoster's POV) to change the delimiter at all.
Comment 83•4 years ago
|
||
(In reply to Martin from comment #82)
I'm not a Mozilla employee, but looking at the linked UX spec, I'd like to suggest to reconsider the shown inclusion of separator characters since users click any given date part to change that value only. Hence it's neither expected, nor desired, nor probably ever allowed (from a website author/hoster's POV) to change the delimiter at all.
Note that the format, including delimiters, that is sent to the server (i.e. set as the "value" on the <input> tag) is strictly defined in the HTML spec anyhow. Any changing of displayed delimiters or formats is only for display to the user.
I would prefer if there was a way for the UI to follow the locale of the website instead of the browser, but that is a different issue.
Reporter | ||
Comment 84•4 years ago
|
||
Can we close this bug to FIXED? and file a new bug for any potential issues with UX in the current implementation?
AFAIK, this bug is quite filled with comments, and the UX spec is there. The current UX team is probably not watching this bug, so it's probably worth filing a new bug with only the remaining relevant discussion.
Comment 85•4 years ago
|
||
(In reply to Robert Kaiser from comment #83)
Note that the format, including delimiters, that is sent to the server (i.e. set as the "value" on the <input> tag) is strictly defined in the HTML spec anyhow. Any changing of displayed delimiters or formats is only for display to the user.
While I do know that "input value"-thing (BTW: thanks to MDN), it even adds to my suggestion as the user is effectively changing values for day, month & year, the separators - while maybe not in the user's preferred visual representation (i. e. one likes "YYYY-MM-DD", but sees "YYYY/MM/DD") at all times - aren't even supposed to be changed.
I would prefer if there was a way for the UI to follow the locale of the website instead of the browser, but that is a different issue.
Sure.
Comment 86•3 years ago
|
||
We shipped a version of datetime picker, I agree with ntim that we can close this out and file individual bugs for refinements.
Updated•3 years ago
|
Description
•