"Change to extensions in Private Windows" is shown to new profiles with no extensions installed
Categories
(WebExtensions :: General, defect, P2)
Tracking
(firefox-esr60 unaffected, firefox67- wontfix, firefox68 wontfix, firefox74 verified)
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox67 | - | wontfix |
firefox68 | --- | wontfix |
firefox74 | --- | verified |
People
(Reporter: MattN, Assigned: mixedpuppy)
References
Details
Attachments
(2 files)
If a user doesn't have extensions installed, we shouldn't be warning them that extensions are disabled in private browsing since they will find that out when they first install an extension. This warning will disturb and potentially confuse the majority of Firefox users who don't use extensions. mconca, was it intentional to show this to the majority of users where it's not relevant?
STR:
- Create a new temp. profile:
mkdir /tmp/pb
/Applications/FirefoxNightly.app/Contents/MacOS/firefox --profile /tmp/pb --private --no-remote
Expected result:
No extensions in private browsing warning in a new profile with no extensions. When I install an extension I am shown a checkbox to enable in private windows.
Actual result:
Disturbed by an irrelevant prompt "Change to extensions in Private Windows" even though I have no extensions. When I install an extension I am shown a checkbox to enable in private windows.
[Tracking Requested - why for this release]: Irrelevant/disturbing/confusing UI shown to the majority of Firefox users.
Comment 1•6 years ago
|
||
The warning is shown to all users. This was a deliberate decision.
- This change to Firefox's default behavior is important to communicate broadly.
- The set of users who have no extensions and use private browsing is a small minority, not majority, of users.
- To minimize disturbance, the warning is only ever shown exactly one time per user.
Updated•6 years ago
|
Updated•5 years ago
|
Reporter | ||
Comment 4•5 years ago
|
||
(In reply to Mike Conca [:mconca] from comment #1)
- To minimize disturbance, the warning is only ever shown exactly one time per user.
This doesn't address the issue for new/temp profiles like described in comment 0.
This is still affecting me on a regular basis (though I thought it was going to be removed shortly after 67). Can we now update/remove this code to stop bothering new profiles?
Comment 5•5 years ago
|
||
This is still affecting me on a regular basis (though I thought it was going to be removed shortly after 67). Can we now update/remove this code to stop bothering new profiles?
+1, this still irritates me regularly.
Comment 6•5 years ago
|
||
Amy, this educational popup has been around for several releases now. Are we okay with removing it?
Comment 7•5 years ago
|
||
Comment 8•5 years ago
|
||
Can we remove it for only people with no extensions installed?
Comment 9•5 years ago
|
||
We could show it only if users have extensions installed, in that case I think we'd want to update the copy though since I'd imagine this is only happening to new profiles now and the copy is about a "change" to how extensions work in PB.
When you install an extension you get the checkbox to allow the extension in PB still. If we delay showing this until an extension has been installed then the checkbox and allow text would have been shown to the user already.
I think the purpose of this doorhanger was to notify users about the change if they haven't installed any new extensions and seen the checkbox on the install doorhanger.
If we don't remove this entirely I think we should revisit the content of the doorhanger. What do you think, Amy?
Comment 10•5 years ago
|
||
Ah, thanks for the background. Seeing that this was meant to run for a few releases, and the private browsing checkbox has existed for a while, I'm ok with removing this doorhanger.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 11•5 years ago
|
||
Comment 12•5 years ago
|
||
Comment 13•5 years ago
|
||
bugherder |
Updated•5 years ago
|
Comment 14•5 years ago
|
||
Hello,
Verified the fix on the latest Nightly (74.0a1/20200116214549) under Windows 10 Pro 64-bit and MacOS Catalina 10.15.
The "Change to extensions in Private Windows" doorhanger has been removed.
Description
•