Closed
Bug 53106
Opened 24 years ago
Closed 23 years ago
JS exceptions / warnings because subscribe.js does not play nice with mailWindow.js
Categories
(SeaMonkey :: MailNews: Message Display, defect, P3)
SeaMonkey
MailNews: Message Display
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: sspitzer, Assigned: sspitzer)
Details
Attachments
(1 file)
this is something putterman and I already talked about.
scott had to fix similar things with the search js.
there are throbber / status feedback, and string bundle issues that need to be
cleaned up.
an example of the JS exceptions:
************************************************************
* Call to xpconnect wrapped JSObject produced this error: *
[Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE)
[nsIStringBundle.GetStringFromName]" nsresult: "0x80004005 (NS_ERROR_FAILURE)"
location: "JS frame :: chrome://messenger/content/mailWindow.js :: anonymous ::
line 258" data: no]
************************************************************
Updated•24 years ago
|
Hardware: PC → All
Comment 1•24 years ago
|
||
Just start the subscribe dialog and you get:
************************************************************
* Call to xpconnect wrapped JSObject produced this error: *
[Exception... "[JavaScript Error: "gThrobber has no properties" {file: "chrome:/
/messenger/content/mailWindow.js" line: 238}] [nsIMsgStatusFeedback::StartMeteor
s]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" locati
on: "JS frame :: chrome://messenger/content/subscribe.js :: SetUpTree :: line 14
3" data: yes]
************************************************************
************************************************************
* Call to xpconnect wrapped JSObject produced this error: *
[Exception... "[JavaScript Error: "gThrobber has no properties" {file: "chrome:/
/messenger/content/mailWindow.js" line: 238}] [nsIMsgStatusFeedback::StartMeteor
s]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" locati
on: "<unknown>" data: yes]
************************************************************
************************************************************
* Call to xpconnect wrapped JSObject produced this error: *
[Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [n
sIStringBundle.GetStringFromName]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" l
ocation: "JS frame :: chrome://messenger/content/mailWindow.js :: anonymous :: l
ine 259" data: no]
************************************************************
Assignee | ||
Comment 2•24 years ago
|
||
the exceptions have slightly changed, but the bug remains (for both search and
subscribe)
accepting.
Status: NEW → ASSIGNED
QA Contact: suresh → stephend
Assignee | ||
Comment 3•24 years ago
|
||
when I do type down, I get a bunch of these:
JavaScript error:
line 0: goDoCommand is not defined
I've just checked in a fix for that against this bug #.
Summary: JS exceptions because subscribe.js does not play nice with mailWindow.js → JS exceptions / warnings because subscribe.js does not play nice with mailWindow.js
So, is this fixed now, Seth?
You wrote:
I"'ve just checked in a fix for that against this bug #."
Assignee | ||
Comment 5•24 years ago
|
||
no, I just checked in a fix for some of the warnings. there are still plenty
more.
Comment 6•23 years ago
|
||
20020117
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Cleared the console, launched the window again, did typedown. nothing against
subscribe.js in the console.
Verified WFM with build 2002-01-18-03, Windows 2000.
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: Browser → Seamonkey
Component: MailNews: Subscribe → MailNews: Message Display
QA Contact: stephend → search
You need to log in
before you can comment on or make changes to this bug.
Description
•