Closed Bug 2005887 Opened 7 months ago Closed 7 months ago

browser.theme.toolbar-theme no longer works

Categories

(Firefox :: Theme, defect)

defect

Tracking

()

RESOLVED WONTFIX
Tracking Status
firefox146 --- affected

People

(Reporter: soeren.hentzschel, Unassigned)

Details

(Keywords: regression, regressionwindow-wanted)

The issue that browser.theme.toolbar-theme no longer works has been reported in the Firefox Support, and I can confirm it.

  1. Install the Firefox theme https://addons.mozilla.org/en-US/firefox/addon/firefox-c/
  2. use the following policies.json content:
{
  "policies": {
    "Preferences": {
      "browser.theme.toolbar-theme": {
        "Value": 0,
        "Status": "locked"
      }
    }
  }
}

Actual:

The Firefox menus and panels (like the hamburger menu, the add-ons panel) have a light background.

Expected:

The Firefox menus and panels (like the hamburger menu, the add-ons panel) have a dark background.

Could this be another consequence of your changes in bug 1993056 or maybe bug 1993421?

Flags: needinfo?(emilio)

Not sure without a bisection, but that pref was never intended to be set by users. In fact, that's why above you need to lock it.

Status: NEW → RESOLVED
Closed: 7 months ago
Flags: needinfo?(emilio)
Resolution: --- → WONTFIX

This is a relatively common “trick” because some users want to use certain themes but still want to use light menus and panels instead of dark ones, or vice versa. The fact that this no longer works is the reason why the issue was raised in Firefox support after the release of Firefox 146.

You need to log in before you can comment on or make changes to this bug.