Closed
Bug 161371
Opened 23 years ago
Closed 23 years ago
js errors when opening the edit menu when a server is selected
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: sspitzer, Assigned: sspitzer)
Details
Attachments
(1 file)
|
458 bytes,
patch
|
Bienvenu
:
superreview+
|
Details | Diff | Splinter Review |
js errors when opening the edit menu when a server is selected
here's the error:
************************************************************
* Call to xpconnect wrapped JSObject produced this error: *
[Exception... "'[JavaScript Error: "loadedFolder has no properties" {file: "chro
me://messenger/content/mailWindowOverlay.js" line: 1532}]' when calling method:
[nsIController::isCommandEnabled]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRI
PT_ERROR_WITH_DETAILS)" location: "JS frame :: chrome://global/content/globalOv
erlay.js :: goUpdateCommand :: line 53" data: yes]
************************************************************
here's the fix:
Index: base/resources/content/mailWindowOverlay.js
===================================================================
RCS file: /cvsroot/mozilla/mailnews/base/resources/content/mailWindowOverlay.js,
v
retrieving revision 1.118.2.5.2.6
diff -r1.118.2.5.2.6 mailWindowOverlay.js
1531a1532,1536
> // if we have selected a server, and are viewing account central
> // there is no loaded folder
> if (!loadedFolder)
> return false;
>
| Assignee | ||
Comment 1•23 years ago
|
||
Comment 2•23 years ago
|
||
Comment on attachment 94258 [details] [diff] [review]
it's getting hot in herre.
r/sr = bienvenu
Attachment #94258 -
Flags: superreview+
| Assignee | ||
Comment 3•23 years ago
|
||
fixed.
one less bit of noise on the console.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
QA Contact: olgam → stephend
Verified FIXED with 2002-09-19-08, with these options set:
Show JS Strict Warnings
Show JavaScript errors and warnings in Mozilla chrome in the js console.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•