DisableFirefoxAccounts policy also disables Backup and others after settings redesign
Categories
(Firefox :: Enterprise Policies, defect, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr115 | --- | unaffected |
| firefox-esr140 | --- | unaffected |
| firefox148 | --- | wontfix |
| firefox149 | --- | wontfix |
| firefox150 | --- | wontfix |
| firefox151 | --- | wontfix |
| firefox152 | --- | verified |
People
(Reporter: bmaris, Assigned: hjones)
References
(Regressed 1 open bug)
Details
Attachments
(1 file)
Found in
- Nightly 150.0a1
Affected versions
- Nightly 150.0a1
- Firefox 149.0b9
- Firefox 148.0.2
Tested platforms
- Affected platforms: Windows, Mac, Linux
- Unaffected platforms: none
Preconditions
- Have Distribution folder inside the Firefox installation directory, and use policies.json files (for simplicity)
Steps to reproduce
- Set up DisableFirefoxAccounts with the value true.
- Restart Firefox and visit about:preferences
Expected result
- Only Accounts and Sync are disabled, all the rest of the sections inside the "settings tab" are still visible.
Actual result
- The entire settings tab (
Syncat this time and with settings redesign will be renamed toAccount and sync) is disabled, thus disabling Backup (at this time) as well and will also disableImport browser data,Profilesas well.
Regression range
- Not a regression
Additional notes
- Here are the specs for
Account and syncredesign page for reference: Figma Redesign
Comment 1•5 months ago
|
||
How do we make sure the settings redesign folks see this?
| Assignee | ||
Comment 2•5 months ago
|
||
It looks like the DisableFirefoxAccounts policy sets the identity.fxaccounts.enabled pref, which in turn prevents the about:preferences#sync pane from getting loaded. That logic has been around since at least 2020, so I don’t think this issue predates the SRD changes.
To fix this we'll need to re-think how we handle hiding/showing certain panes and the elements within those panes (i.e. only hide the #sync pane if accounts AND backup are disabled)
Comment 3•4 months ago
|
||
The severity field is not set for this bug.
:mkaply, could you have a look please?
For more information, please visit BugBot documentation.
Updated•4 months ago
|
| Assignee | ||
Comment 4•3 months ago
|
||
Updated•3 months ago
|
Comment 7•3 months ago
|
||
Since nightly and release are affected, beta will likely be affected too.
For more information, please visit BugBot documentation.
Updated•3 months ago
|
Updated•3 months ago
|
| Reporter | ||
Comment 8•2 months ago
|
||
Verified that this is now fixed on Firefox 152.0b6 across platforms (Windows 11, macOS 13 and Ubuntu 22).
Description
•