Closed
Bug 87745
Opened 24 years ago
Closed 24 years ago
JS Console error when selecting "Mail and Newsgroups -> Addressing" in Pref menu for the first time
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
People
(Reporter: doctor__j, Assigned: sspitzer)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.1+) Gecko/20010625
BuildID: 2001062509
Reproducible: Always
Steps to Reproduce:
1. Create a new profile.
2. Open Pref menu
3. Select "Mail and Newsgroups -> Addressing" panel
4. Watch JS Console
Actual Results: JS Console error:
Error: gPrefInt.SavePrefFile is not a function
Source File: C:\MOZILLA-WIN32\BIN\components\nsLDAPPrefsService.js
Line: 198
Error: uncaught exception: [Exception... "Component returned failure code:
0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE) [nsIJSCID.getService]" nsresult:
"0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE)" location: "JS frame ::
chrome://messenger/content/addressbook/pref-directory.js :: <TOP_LEVEL> :: line
12" data: no]
Expected Results: No JS Console errors when selecting this panel.
The error only occurs once for a newly created profile. So you have to create a
new profile for catching this error.
Comment 1•24 years ago
|
||
->mailnews. not sure if this should go into the front-end or addressbook
component. punt as needed.
Assignee: bnesse → sspitzer
Component: Preferences: Backend → Mail Window Front End
Product: Browser → MailNews
QA Contact: sairuh → esther
| Assignee | ||
Comment 2•24 years ago
|
||
it's probably supposed to be gPrefInt.SavePrefFile
I'll take a look and make the fix. (this would bite us on the branch, too.)
| Assignee | ||
Comment 3•24 years ago
|
||
yeah, it's intercaps bustage.
SavePrefFile() -> savePrefFile()
dup.
*** This bug has been marked as a duplicate of 86966 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•