Closed Bug 2022273 Opened 2 months ago Closed 2 months ago

Browser layout preferences: icons for horizontal tabs and vertical tabs have double shadows and borders

Categories

(Firefox :: Settings UI, defect)

defect

Tracking

()

RESOLVED FIXED
150 Branch
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)

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.

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.

Flags: needinfo?(jwein)
Assignee: nobody → jwein
Status: NEW → ASSIGNED

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.

Status: ASSIGNED → RESOLVED
Closed: 2 months ago
Resolution: --- → FIXED
Target Milestone: --- → 150 Branch

The patch landed in nightly and beta is affected.
:jaws, is this bug important enough to require an uplift?

For more information, please visit BugBot documentation.

Flags: needinfo?(jwein)

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
Attachment #9553487 - Flags: approval-mozilla-beta?

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

Flags: needinfo?(jwein)
Attachment #9553487 - Flags: approval-mozilla-beta? → approval-mozilla-beta+
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: