Closed Bug 23282 Opened 25 years ago Closed 25 years ago

javscript error in msgHdrViewOverlay.js

Categories

(MailNews Core :: Backend, defect, P3)

x86
All
defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: sspitzer, Assigned: sspitzer)

Details

here's the assertion:

JavaScript Error: uncaught exception: [Exception... "Component returned failure
code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIPref.GetIntPref]"  nsresult:
"0x8000ffff (NS_ERROR_UNEXPECTED)"  location: "JS frame ::
chrome://messenger/content/msgHdrViewOverlay.js :: OnLoadMsgHeaderPane :: line
92"  data: no]

the fix is to give "mailnews.max_header_display_length" a default value in
mailnews.js

I'm going to use 3 as the default.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Target Milestone: M13
fixed.  I added

pref("mailnews.max_header_display_length",3);

to mailnews.js
Please advise how to verify this bug.
I'll verify it.
Status: RESOLVED → VERIFIED
(You only see the error in a windows or mac debug build. Linux will show you the
error in the console if it was there.
Product: MailNews → Core
Product: Core → MailNews Core
You need to log in before you can comment on or make changes to this bug.