Duplicate toolbar separator if protections panel cookie subview heading is hidden
Categories
(Firefox :: Protections UI, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox-esr91 | --- | wontfix |
firefox-esr102 | --- | wontfix |
firefox88 | --- | unaffected |
firefox89 | --- | wontfix |
firefox90 | --- | wontfix |
firefox104 | --- | wontfix |
firefox105 | --- | wontfix |
firefox106 | --- | verified |
People
(Reporter: pbz, Assigned: itiel_yn8)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression, Whiteboard: [proton-door-hangers])
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
For some cookie behavior states we hide the heading of the cookie subview in the protections panel:
https://searchfox.org/mozilla-central/rev/27722db2f164add7047d7db03169966cb806e927/browser/base/content/browser-siteProtections.js#754,758,762
Before Bug 1705540 the separator was attached to the heading and therefore hidden with it. Now that we use toolbarseparator
items instead, we end up with a duplicate separator if the heading is hidden.
STR:
- Set
network.cookie.cookieBehavior
to2
(block all cookies) - Visit a site that sets cookies, for example edition.cnn.com.
- Open the protections panel and click on "All Cookies"
Expected:
There is a separator between the heading "All Cookies Blocked" and the origin item list.
Actual:
There are two separators.
Comment 1•3 years ago
|
||
Set release status flags based on info from the regressing bug 1705540
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Reporter | ||
Updated•2 years ago
|
Updated•2 years ago
|
Comment 4•2 years ago
|
||
bugherder |
Updated•2 years ago
|
Updated•2 years ago
|
Comment 6•2 years ago
|
||
I managed to reproduce this issue on Firefox 105.0(build ID: 20220915150737) on macOS 12 using the STR from the Description. Verified as fixed on Firefox 106.0b7(build ID: 20221002185807) and Nightly 107.0a1(build ID: 20221003212025) on macOS 12, Windows 10, Ubuntu 22.
Description
•