Closed Bug 1958487 Opened 17 days ago Closed 10 days ago

Tab group lines can be hard to see for themes that use contrasting colors in toolbar due to lack of margin

Categories

(Firefox :: Tabbed Browser, defect, P2)

Firefox 139
defect
Points:
1

Tracking

()

RESOLVED FIXED
139 Branch
Tracking Status
firefox137 --- wontfix
firefox138 --- wontfix
firefox139 --- fixed

People

(Reporter: ke5trel, Assigned: dao)

References

(Blocks 2 open bugs)

Details

(Whiteboard: [fidefe-tabgrps-tabbrowser])

Attachments

(2 files)

STR:

  1. Enable horizontal tabs.
  2. Install a theme with a dark tabbar/titlebar and light toolbar (eg Arc Darker Theme (3,000 users), Photon Colors (2,551 users), Classic System Theme (710 users), Black and White (352 users)).
  3. Create multiple tab groups with different colors.

Expected:
Tab group lines are separated from toolbar edge, making them more defined regardless of theme colors.

Actual:
Tab group lines have no margin or padding from the toolbar edge, making them hard to see with contrasting theme colors. The brightness of the toolbar bleeds over and makes the group lines less distinct, especially with mild vision impairment which can be simulated by squinting/unfocusing eyes.

Container lines are unaffected as they have padding/margins from both the tab and the window edge.

userChrome.css workaround:

.tab-group-line {
  margin-bottom: -3px !important;
}

.tab-group-label-container {
  margin-bottom: 1px !important;
}
Blocks: 1907099
Severity: -- → S4
Points: --- → 1
Priority: -- → P3
Whiteboard: [fidefe-tabgrps-tabbrowser]
Assignee: nobody → dao+bmo
Priority: P3 → P2
Pushed by dgottwald@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/7e69d9a7e6f7 Move tab group line away from the toolbar border. r=dwalker,tabbrowser-reviewers
Status: NEW → RESOLVED
Closed: 10 days ago
Resolution: --- → FIXED
Target Milestone: --- → 139 Branch

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

  • If yes, please nominate the patch for beta approval.
  • If no, please set status-firefox138 to wontfix.

For more information, please visit BugBot documentation.

Flags: needinfo?(dao+bmo)
Flags: needinfo?(dao+bmo)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: