Closed
Bug 2047355
Opened 2 months ago
Closed 2 months ago
Time picker button is visible on disabled fields
Categories
(Toolkit :: UI Widgets, defect, P3)
Tracking
()
RESOLVED
FIXED
154 Branch
People
(Reporter: sam, Assigned: sam)
Details
Attachments
(1 file)
When dom.forms.datetime.timepicker is enabled, <input type="time" disabled> shows a picker button, even though picker buttons should not be visible on disabled fields.
| Assignee | ||
Comment 1•2 months ago
|
||
Adjusts the order of CSS rules so that the time picker button is correctly hidden when the input is disabled.
Updated•2 months ago
|
Assignee: nobody → sam
Status: NEW → ASSIGNED
Pushed by sam@scj.me:
https://github.com/mozilla-firefox/firefox/commit/c4492fc48c3d
https://hg.mozilla.org/integration/autoland/rev/fafa88e9722e
Fix time picker button visible on disabled fields. r=mkennedy
Comment 3•2 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox154:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 154 Branch
Comment 4•2 months ago
|
||
The patch landed in nightly and beta is affected.
:sam, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- See https://wiki.mozilla.org/Release_Management/Requesting_an_Uplift for documentation on how to request an uplift.
- If no, please set
status-firefox153towontfix.
For more information, please visit BugBot documentation.
Flags: needinfo?(sam)
| Assignee | ||
Comment 5•2 months ago
|
||
No need to uplift as this is disabled by default.
Flags: needinfo?(sam)
Updated•22 days ago
|
QA Whiteboard: [qa-triage-done-c155/b154]
You need to log in
before you can comment on or make changes to this bug.
Description
•