Closed
Bug 386471
Opened 19 years ago
Closed 19 years ago
Missing browser.instantApply setting breaks preferences.xml XBL
Categories
(SeaMonkey :: Preferences, defect)
SeaMonkey
Preferences
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: nmaier, Assigned: nmaier)
Details
Attachments
(1 file)
|
913 bytes,
patch
|
iannbugzilla
:
review+
|
Details | Diff | Splinter Review |
Seamonkey currently ships without defaults for browser.instantApply (and browser.animateFadeIn.
the preference.xml bindings (implementing prefwindow and friends) receives and exception when trying to read those prefs and therefore breaks; an empty window is displayed.
While seamonkey itself might not use prefwindow ATM a lot of extensions do and therefore are affected by this.
Actually I stumbled over this when coding Seamonkey Support into DownThemAll!
Patch attached (built successful on win32)
| Assignee | ||
Comment 1•19 years ago
|
||
Attachment #270460 -
Flags: review?
| Assignee | ||
Comment 2•19 years ago
|
||
Comment on attachment 270460 [details] [diff] [review]
adding the prefs
why didn't it take the review requestee
Attachment #270460 -
Flags: review? → review?(iann_bugzilla)
Comment on attachment 270460 [details] [diff] [review]
adding the prefs
r=me though apparently instantApply is a bit broken at the moment.
Attachment #270460 -
Flags: review?(iann_bugzilla) → review+
Comment 4•19 years ago
|
||
I've just checked this in on Nils' behalf. Thanks for the patch.
Assignee: prefs → MaierMan
Comment 5•19 years ago
|
||
Marking as fixed as well as I know this fixes one extension I was playing around with ;-)
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•