Private window purple mask icon in titlebar has disappeared for vertical tabs
Categories
(Firefox :: Theme, defect, P1)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr115 | --- | unaffected |
| firefox-esr128 | --- | unaffected |
| firefox131 | --- | unaffected |
| firefox132 | --- | unaffected |
| firefox133 | --- | verified |
| firefox134 | --- | verified |
People
(Reporter: ke5trel, Assigned: jsudiaman)
References
(Blocks 2 open bugs, Regression)
Details
(Keywords: regression, Whiteboard: [fidefe-sidebar])
Attachments
(3 files)
STR:
- Start with
sidebar.verticalTabs = true. - Open a private window.
Expected:
Purple mask icon in titlebar next to window controls.
Actual:
No purple mask icon in titlebar.
Regression window:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=810a76d6befb8ab7770a1abd0f078c4fef01efcb&tochange=87fbfe70fe7a63e68b052b0aa8b84484575b6a19
Regressed by Bug 1922307.
Comment 1•1 year ago
|
||
:sfoster, since you are the author of the regressor, bug 1922307, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 2•1 year ago
|
||
Comment 3•1 year ago
|
||
Thanks for flagging me.
The patch on bug 1922307 moved the tabs-hidden attribute off the #nav-bar and into the#navigator-toolbox element. So the selectors that show/hide the private-browsing indicator in the nav-bar broke. I.e. #nav-bar[tabs-hidden] isn't a thing anymore. You need #navigator-toolbox[tabs-hidden] > #nav-bar. I see this pattern at browser-shared.css#530 and browser-shared.css#526
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 6•1 year ago
|
||
Original Revision: https://phabricator.services.mozilla.com/D227112
Updated•1 year ago
|
Comment 7•1 year ago
|
||
beta Uplift Approval Request
- User impact if declined: Private windows using vertical tabs will not show the purple mask icon.
- Code covered by automated testing: no
- Fix verified in Nightly: no
- Needs manual QE test: yes
- Steps to reproduce for manual QE testing: Enable Vertical Tabs from Firefox Labs. Open a new private window. Verify that the private browsing indicator is on the top-right corner.
- Risk associated with taking this patch: Low
- Explanation of risk level: CSS fixes impacting only the private browsing indicator container.
- String changes made/needed: None.
- Is Android affected?: no
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Comment 9•1 year ago
|
||
Reproduced this issue on an affected Nightly build using Win 10 and Ubuntu 22.04.
Verified as fixed on Nightly 134.0a1 (20241030214633) and Firefox beta 133.0b2 (20241030091715) across the folowing platforms: Win 10, Win 11, macOS 11 and UBuntu 22.04.
Description
•