Closed
Bug 1853560
Opened 1 year ago
Closed 1 year ago
[felt] Private windows are partially broken with Pocket button removed from toolbar
Categories
(Firefox :: Private Browsing, defect)
Tracking
()
VERIFIED
FIXED
119 Branch
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | unaffected |
firefox-esr115 | --- | unaffected |
firefox117 | --- | unaffected |
firefox118 | --- | disabled |
firefox119 | --- | verified |
People
(Reporter: ke5trel, Assigned: dwalker)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
STR:
- Set
browser.privatebrowsing.felt-privacy-v1 = true
. - Remove the Pocket button from the toolbar or disable it with
extensions.pocket.enabled = false
. - Open a private window.
- Click the hamburger menu.
Hamburger menu fails to open, initial private browsing page is blank purple.
Console error:
Uncaught TypeError: can't access property "remove", document.getElementById(...) is null
PBUI_init chrome://browser/content/browser.js:8382
onLoad chrome://browser/content/browser.js:1710
Regression window:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=366fe4ef2cd3ed22efdda09ad0e5d7b44a4a31ca&tochange=8b6aebdd4f919dc1515c304bbf8824a178e3f0ae
Regressed by Bug 1846583.
Comment 1•1 year ago
|
||
:dwalker, since you are the author of the regressor, bug 1846583, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
Flags: needinfo?(dwalker)
Assignee | ||
Updated•1 year ago
|
Assignee: nobody → dwalker
Severity: -- → S3
Flags: needinfo?(dwalker)
Assignee | ||
Comment 2•1 year ago
|
||
Pushed by dwalker@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ffc1096d06f9
Check for presence of pocket button before deletion. r=mhowell
Comment 4•1 year ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 119 Branch
Updated•1 year ago
|
Flags: qe-verify+
Comment 5•1 year ago
|
||
Reproduced with Fx 119.0a1 (2023-09-17) on Windows 10.
Verified fixed with Fx 120.0a1 (2023-10-02) and Fx 119.0b4 on Windows 10, macOS 13 and Ubuntu 22.
You need to log in
before you can comment on or make changes to this bug.
Description
•