Closed
Bug 1361676
Opened 8 years ago
Closed 8 years ago
[DateTimePicker] Show selection highlight on date picker
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: scottwu, Assigned: scottwu)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Show highlight on selected date on date picker according to UX & visual spec (Bug 1069609)
Comment hidden (mozreview-request) |
Assignee | ||
Updated•8 years ago
|
Attachment #8864381 -
Flags: review?(mconley)
Assignee | ||
Comment 2•8 years ago
|
||
In this patch, the `selection` object is used to track what `year`, `month`, and `day` is selected. Highlight only appears when all 3 properties are present.
This patch is intended to land after Bug 1320647.
Depends on: 1320647
Comment 3•8 years ago
|
||
mozreview-review |
Comment on attachment 8864381 [details]
Bug 1361676 - Show selection highlight on date picker.
https://reviewboard.mozilla.org/r/136062/#review140376
Seems okay - but I didn't test it. Thanks for the patch!
Attachment #8864381 -
Flags: review?(mconley) → review+
Comment hidden (mozreview-request) |
Assignee | ||
Comment 5•8 years ago
|
||
Thanks Mike!
Rebased to central and tweaked a few CSS rules.
Keywords: checkin-needed
Pushed by cbook@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1500391c1530
Show selection highlight on date picker. r=mconley
Keywords: checkin-needed
Comment 7•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•