Arrows are not visible in input type "number" in the print dialog
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox86 | --- | unaffected |
firefox87 | --- | unaffected |
firefox88 | --- | fixed |
People
(Reporter: mbalfanz, Assigned: emilio)
References
(Regression)
Details
(Keywords: regression)
Attachments
(4 files)
When testing the print dialog in the latest Nightly, I discovered that the arrows on input fields of the type "number" are no longer visible. Please see screenshot attached.
This seems to be a regression: https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=faaf9152446865a143d77e934ba2a70f21de37f5&tochange=44eddd702c0af628c34187a9f99b85b941e843eb
STR:
- open the print dialog on any page
- check the number input field, e.g. for page scaling
ER: there should be arrows
AR: there are no arrows
Reporter | ||
Updated•4 years ago
|
Updated•4 years ago
|
Assignee | ||
Comment 2•4 years ago
|
||
The root cause of this bug is that we're now accidentally using the
native theme for the spinners because GetNumberControlFrameForSpinButton
broke with my changes.
These pseudos are not exposed to content, and there's just one user of
this pseudo-class (the print.css one).
So just disable native appearance explicitly and remove that check.
Updated•4 years ago
|
Assignee | ||
Comment 3•4 years ago
|
||
It broke with bug 1698043 because we removed one wrapper.
Depends on D108653
Assignee | ||
Comment 4•4 years ago
|
||
There's no anonymous textfield since a long time ago.
Depends on D108654
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Comment 6•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/79889167c88e
https://hg.mozilla.org/mozilla-central/rev/c89f4fbacc3a
https://hg.mozilla.org/mozilla-central/rev/349d5ef73d06
Updated•4 years ago
|
Comment 7•4 years ago
|
||
Set release status flags based on info from the regressing bug 1698043
Description
•