Browser layout preferences: icons for horizontal tabs and vertical tabs have double shadows and borders
Categories
(Firefox :: Settings UI, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr140 | --- | unaffected |
| firefox148 | --- | unaffected |
| firefox149 | --- | fixed |
| firefox150 | --- | fixed |
People
(Reporter: dao, Assigned: jaws)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [recomp-support])
Attachments
(2 files)
|
48 bytes,
text/x-phabricator-request
|
Details | |
|
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-beta+
|
Details |
browser-layout-horizontal.svg and browser-layout-vertical.svg have a border and drop shadow embedded, and then they get another border and shadow via CSS.
Updated•2 months ago
|
Comment 1•2 months ago
|
||
Set release status flags based on info from the regressing bug 1972073
:jaws, since you are the author of the regressor, bug 1972073, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
| Assignee | ||
Updated•2 months ago
|
| Assignee | ||
Updated•2 months ago
|
| Assignee | ||
Comment 2•2 months ago
|
||
The SVGs had an embedded SVG filter (drop shadow + border effect) baked in,
which doubled up with the border already applied by moz-visual-picker-item CSS.
Remove the filter/clipPath and adjust the viewBox to match the content size.
Comment 4•2 months ago
|
||
| bugherder | ||
Comment 5•2 months ago
|
||
The patch landed in nightly and beta is affected.
:jaws, 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-firefox149towontfix.
For more information, please visit BugBot documentation.
Comment 6•1 month ago
|
||
firefox-beta Uplift Approval Request
- User impact if declined/Reason for urgency: Visual regression — preference SVG icons display doubled borders and drop shadows
- Code covered by automated testing?: no
- Fix verified in Nightly?: yes
- Needs manual QE testing?: no
- Steps to reproduce for manual QE testing: Not necessary, but visually verify the horizontal/vertical tab layout icons in about:preferences no longer have doubled borders/shadows
- Risk associated with taking this patch: low
- Explanation of risk level: Low — only removes redundant SVG filter/clipPath elements from 2 asset files, no logic changes
- String changes made/needed?: None
- Is Android affected?: no
| Assignee | ||
Comment 7•1 month ago
|
||
The SVGs had an embedded SVG filter (drop shadow + border effect) baked in,
which doubled up with the border already applied by moz-visual-picker-item CSS.
Remove the filter/clipPath and adjust the viewBox to match the content size.
Original Revision: https://phabricator.services.mozilla.com/D286957
| Assignee | ||
Updated•1 month ago
|
Updated•1 month ago
|
Updated•1 month ago
|
Description
•