Closed
Bug 1247008
Opened 9 years ago
Closed 9 years ago
New tools datepicker does not include times, pops under
Categories
(Taskcluster :: UI, defect)
Taskcluster
UI
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dustin, Assigned: dustin)
Details
Attachments
(1 file)
21.60 KB,
image/png
|
Details |
The new datepicker has a weird format:
Saturday, February 3017
which is easy enough to fix by specifying a different dateFormat. However, for secrets at least the expiration *time* is going to be important (as secrets may have lifetimes rendered in hours), and this tool appears to support dates only.
Also, it's popping under the text boxes below it on the screen; see attachment.
Comment 2•9 years ago
|
||
Find a new better date-picker... Or let's play with some CSS tricks.. I'm sure z-index: 999 + some position: relative thrown around will do the trick.
The react-widget library we used before got really complicated to use.
Flags: needinfo?(jopsen)
Comment 3•9 years ago
|
||
datepicker__tether-element:
z-index: 10
Does the trick... I'll try and upgrade the date-picker to a new version, maybe it got fixed.
Comment 4•9 years ago
|
||
Comment 5•9 years ago
|
||
Commits pushed to master at https://github.com/taskcluster/taskcluster-tools
https://github.com/taskcluster/taskcluster-tools/commit/9862bf1f6fa828483e4098666f9690a66cc9e744
Fix bug 1247008
https://github.com/taskcluster/taskcluster-tools/commit/6c12f0cdebad4bd26f67b65e9b2ad2b64ccae633
Merge pull request #55 from taskcluster/bug-1247008
Bug 1247008
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 6•9 years ago
|
||
That fixes the popunder, but not the more important issue that it only picks dates, not times.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → dustin
Assignee | ||
Comment 7•9 years ago
|
||
Comment 8•9 years ago
|
||
Commits pushed to master at https://github.com/taskcluster/taskcluster-tools
https://github.com/taskcluster/taskcluster-tools/commit/cdf9c40809b1895699b1ce52edbd9e187a3d3143
Bug 1247008: replace lame DatePicker with TimeInput
https://github.com/taskcluster/taskcluster-tools/commit/948e474354c7b066a18591c8ba164f893c17e744
Merge pull request #63 from djmitche/fix-datetime
Bug 1247008: replace lame DatePicker with TimeInput
Assignee | ||
Updated•9 years ago
|
Status: REOPENED → RESOLVED
Closed: 9 years ago → 9 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: Tools → UI and Tools
You need to log in
before you can comment on or make changes to this bug.
Description
•