Closed
Bug 1417694
Opened 7 years ago
Closed 7 years ago
Addon default preferences set in defaults/preferences/prefs.js no longer evaluated
Categories
(Thunderbird :: Preferences, defect)
Thunderbird
Preferences
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1414398
People
(Reporter: joachim.herb, Unassigned)
Details
In Thunderbird 59.0a1 the preferences set in the usual way (defaults/preferences/prefs.js) seem not to be loaded at start. Instead if a preference should be accessed the following message is in the error console:
NS_ERROR_UNEXPECTED: Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIPrefBranch.getBoolPref]
Also the preferences which have not been changed in the past (i. e. still having their default values are not visible in the configuration editor (about:config)
https://developer.mozilla.org/en-US/docs/Archive/Adding_preferences_to_an_extension#Establish_the_defaults
Preferences which have been changed before the start of 59.0a1 in an older version are still accessible / visible in about:config
This seems to apply to all XUL addons.
57.0b1 works as expected
| Reporter | ||
Updated•7 years ago
|
Summary: defaults/preferences/prefs.js of addons no longer evaluated → Addon default preferences set in defaults/preferences/prefs.js no longer evaluated
Updated•7 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•