Closed
Bug 1893661
Opened 10 months ago
Closed 10 months ago
Revamped sidebar buttons are displaying with a repeated background, wrong background color
Categories
(Firefox :: Sidebar, defect)
Firefox
Sidebar
Tracking
()
RESOLVED
FIXED
127 Branch
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox125 | --- | unaffected |
firefox126 | --- | unaffected |
firefox127 | --- | fixed |
People
(Reporter: hjones, Assigned: hjones)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [recomp])
Attachments
(2 files)
Looks like this is due to an issue with some recent moz-button
changes interpreting white space as a label, and styling these buttons as if they have a label. Because the white space is likely coming from how the code is formatted, we should address this in moz-button
.
Assignee | ||
Comment 1•10 months ago
|
||
Updated•10 months ago
|
Assignee: nobody → hjones
Status: NEW → ASSIGNED
Comment 2•10 months ago
|
||
Set release status flags based on info from the regressing bug 1858812
status-firefox125:
--- → unaffected
status-firefox126:
--- → unaffected
status-firefox127:
--- → affected
status-firefox-esr115:
--- → unaffected
Assignee | ||
Updated•10 months ago
|
Whiteboard: [recomp]
Updated•10 months ago
|
Pushed by hjones@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ed101e266315
fix moz-button icon buttons when label is empty string r=kcochrane,reusable-components-reviewers,mstriemer
Backout by nfay@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bc6018dda9ff
Backed out changeset ed101e266315 for causing mochitest failures on test_moz_button.html CLOSED TREE
Comment 5•10 months ago
|
||
Backed out for causing mochitest failures on test_moz_button.html
Flags: needinfo?(hjones)
Assignee | ||
Updated•10 months ago
|
Flags: needinfo?(hjones)
Pushed by hjones@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/12441434bca1
fix moz-button icon buttons when label is empty string r=kcochrane,reusable-components-reviewers,mstriemer
Comment 7•10 months ago
|
||
Backed out for causing OS X mochitests failures in test_moz_button.html.
- Backout link
- Push with failures
- Failure Log
- Failure line: TEST-UNEXPECTED-FAIL | toolkit/content/tests/widgets/test_moz_button.html | backgroundColor should be --button-background-color - got "rgba(21, 20, 26, 0.14000000059604645)", expected "rgba(21, 20, 26, 0.07000000029802322)"
Flags: needinfo?(hjones)
Assignee | ||
Updated•10 months ago
|
Flags: needinfo?(hjones)
Pushed by hjones@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4459d106a011
fix moz-button icon buttons when label is empty string r=kcochrane,reusable-components-reviewers,mstriemer
Comment 9•10 months ago
|
||
Flags: needinfo?(hjones)
Comment 10•10 months ago
|
||
Pushed by hjones@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a2bdce8f6fdc
fix moz-button icon buttons when label is empty string r=kcochrane,reusable-components-reviewers,mstriemer
Comment 11•10 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 10 months ago
Resolution: --- → FIXED
Target Milestone: --- → 127 Branch
Assignee | ||
Updated•9 months ago
|
Flags: needinfo?(hjones)
You need to log in
before you can comment on or make changes to this bug.
Description
•