Separator space between last pinned tab and first non-pinned tab may not be shown with hidden tabs
Categories
(Firefox :: Theme, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox88 | --- | verified |
People
(Reporter: jastekken, Assigned: jaws)
References
(Blocks 1 open bug)
Details
(Whiteboard: [proton-tabs-bar])
Attachments
(2 files)
STR:
- Pin a tab
- Have an extension that can hide tabs such as Simple Tab Groups
- Open at least two other normal tabs and separate them to two groups
Expected result:
The separator space exists between the pinned tab and the first visible normal tab in regardless of which group is selected
Actual result:
The space only exists when one of the groups is selected.
In the screenshot the upper part shows a on orange group and no space between pinned and normal tabs. The lower part shows a separator space between those tabs as intended.
The space is added by basically this CSS: .tabbrowser-tab[pinned] + .tabbrowser-tab:not([pinned]){ margin-inline-start: 12px }
But extensions can hide tabs so the tab that matches that selector may be hidden and thus no space is created.
Extensions cannot hide pinned tabs so maybe add the margin to the last pinned tab instead?
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Comment 2•4 years ago
|
||
As per guidance from Vicky, for tracking, we're marking all the bugs that people are working on as P1.
Assignee | ||
Updated•4 years ago
|
Comment 4•4 years ago
|
||
bugherder |
Comment 5•4 years ago
|
||
Verified as fixed on Firefox Nightly 88.0a1 (2021-03-16) on Windows 10 x64, Windows 7 x64, macOS X 10.15 and on Ubuntu 20.04.
Description
•