Closed
Bug 108478
Opened 24 years ago
Closed 24 years ago
Some pref panel menulists not set to default value
Categories
(SeaMonkey :: Preferences, defect)
SeaMonkey
Preferences
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: jrgmorrison, Assigned: bugzilla)
References
()
Details
blake. I noticed that the menulists in these files:
mailnews/base/prefs/resources/content/pref-viewing_messages.xul
mailnews/compose/prefs/resources/content/pref-composing_messages.xul
xpfe/components/prefwindow/resources/content/pref-languages.xul
were not getting set to a default value when the panel loads. I see that
you removed the preftype for these menulists, but that preftype does not
have a default type (preftype) in nsPrefWindow.js. I don't know whether
menulist needs to get a default, or whether the preftype is required if
a menulist (but guessing the latter).
| Assignee | ||
Comment 1•24 years ago
|
||
John, great catch. It should have a default of int. I could have sworn I did
that.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 2•24 years ago
|
||
did you also need this same change at the attached URL (earlier in savePrefs)
Comment 3•24 years ago
|
||
vrfy fixed --except that the menulist in Languages isn't initialized; see bug
108743 for that. used commercial bits:
linux [rh6.2] - 2001.11.06.12
winNT - 2001.11.06.12
mac os 10.1 - 2001.11.06.08
Status: RESOLVED → VERIFIED
Comment 4•24 years ago
|
||
>menulist in Languages isn't initialized
this should work with 1107 bits
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•