Open
Bug 1283381
Opened 9 years ago
Updated 6 months ago
[meta] Implement UI for date time input types
Categories
(Core :: Layout: Form Controls, enhancement)
Tracking
()
NEW
People
(Reporter: scottwu, Unassigned)
References
(Depends on 16 open bugs, Blocks 1 open bug)
Details
(Keywords: meta)
This is a meta bug for tracking UI implementation of date/time input types: date, month, week, time, datetime-local
Reporter | ||
Comment 2•9 years ago
|
||
Work has begun on the time picker. I'm splitting tasks with Jessica, who handles the DOM and input boxes, and I'm handling the pop up UI (UX spec: Bug 1069609). The content of input boxes and pop up UI should be in sync: changes in one should be reflected on the other immediately.
Jessica has already laid out the ground work for the DOM, helper jsm, input box elements, and more. My responsibility is to ensure I can pass data from the input box to the pop up UI, and vise versa.
I've uploaded a WIP patch to Bug 1283384. Please refer to it for implementation detail, and I'd love to hear what you think!
Updated•8 years ago
|
Blocks: datetime-bugs
Updated•8 years ago
|
No longer blocks: datetime-bugs
Updated•8 years ago
|
Component: XUL Widgets → Layout: Form Controls
Product: Toolkit → Core
Version: unspecified → 53 Branch
Updated•8 years ago
|
Updated•4 years ago
|
Type: defect → enhancement
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•