Open
Bug 679253
Opened 14 years ago
Updated 3 years ago
instantApply on a prefpane seems to be impossible
Categories
(Toolkit :: Preferences, defect)
Tracking
()
NEW
People
(Reporter: joe, Unassigned)
Details
It's possible my testing was incorrect, but I set several prefpanes to be instantApply="false" in their xul files, and the OK/Cancel buttons never appeared.
From my basic reading of preferences.xul, it looks like we require browser.preferences.instantApply to be set the way the addon wants it: http://mxr.mozilla.org/mozilla-central/source/toolkit/content/widgets/preferences.xml#600
Am I wrong?
Comment 1•14 years ago
|
||
This seems to be related (a cause of?) <a href="show_bug.cgi?id=641288"><b>Bug 641288</b></a>
Comment 2•14 years ago
|
||
Correction:
This seems to be related (a cause of?) Bug 641288.
Comment 4•13 years ago
|
||
Do those prefpanes access the global instantApply instead of the local one?
(In reply to Joe Drew (:JOEDREW! \o/) from comment #0)
> It's possible my testing was incorrect, but I set several prefpanes to be
> instantApply="false" in their xul files, and the OK/Cancel buttons never
> appeared.
>
> From my basic reading of preferences.xul, it looks like we require
> browser.preferences.instantApply to be set the way the addon wants it:
> http://mxr.mozilla.org/mozilla-central/source/toolkit/content/widgets/
> preferences.xml#600
>
> Am I wrong?
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•