Closed
Bug 2056448
Opened 28 days ago
Closed 28 days ago
Locking "pref.downloads.disable_button.edit_actions" to "true" no longer works with new about:preferences
Categories
(Firefox :: Settings UI, defect)
Firefox
Settings UI
Tracking
()
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox155 | --- | affected |
People
(Reporter: yuki, Unassigned)
Details
The option pref.downloads.disable_button.edit_actions to prevent changing of settings around helper apps does not work with the new about:preferences (browser.settings-redesign.enabled==true). This is similar to the bug 2055887.
Steps to reproduce
- Prepare
distribution\policies.jsonwith the contents:{ "policies": { "Preferences": { "pref.downloads.disable_button.edit_actions": { "Value": true, "Status": "locked" } } } } - Start Firefox (Nightly)
- Go to
about:preferencesand choose "Downloads" category. - Scroll to the section "Files and applications".
- Try to modify the drop-down list in the "Actions" column.
- Close the
about:preferencestab. - Go to
about:configand setbrowser.settings-redesign.enabledtofalse. - Go to
about:preferencesand choose "General" category. - Scroll to the section "Files and Applications" > "Applications".
- Try to modify the drop-down list in the "Actions" column.
Expected result
Drop-down lists in the "Actions" column is disabled and unable to modify the choice, at both steps 5 and 10.
Actual result
Drop-down lists are still enabled and changeable, at the step 5.
They are disabled and unable to modify the choice at the step 10.
Environment
Nightly 155.0a1 build ID: 20260720180121
| Reporter | ||
Comment 1•28 days ago
|
||
Oops sorry I missed that this is already mentioned at the first comment of the bug 2056448. This should be closed as DUPLICATE.
Status: NEW → RESOLVED
Closed: 28 days ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•