Closed
Bug 140023
Opened 24 years ago
Closed 23 years ago
mail/news hangs when opened
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: karotos, Assigned: sspitzer)
Details
Tryed to open mail/news using the RC1 mozilla release, and some night builds
(latest was today 25/4/2002)
I got the following errors that repeated them selfs as I clicked on the frozen
mail enviroment (the "new message" button and the sidebar with my address name)
The errors are from the javascript console.
I even removed all the mozilla data from the Application Data folder and
uninstalled mozilla, then I installed a new version (this build "Mozilla/5.0
(Windows; U; Windows NT 5.0; en-US; rv:0.9.9+) Gecko/20020425") but the errors
where the same.
I'm looking forward for a new (more stable) version
Johnnie G.
Error: [Exception... "Component returned failure code: 0x80004002
(NS_NOINTERFACE) [nsISupports.QueryInterface]" nsresult: "0x80004002
(NS_NOINTERFACE)" location: "JS frame ::
chrome://global/content/bindings/tree.xml#tree.treeBoxObject (getter) :: onget
:: line 0" data: no]
Source File: chrome://global/content/bindings/tree.xml#tree.treeBoxObject (getter)
Line: 0
Error: uncaught exception: [Exception... "Component returned failure code:
0x80004002 (NS_NOINTERFACE) [nsISupports.QueryInterface]" nsresult: "0x80004002
(NS_NOINTERFACE)" location: "JS frame ::
chrome://global/content/bindings/tree.xml#tree.treeBoxObject (getter) :: onget
:: line 0" data: no]
Error: loadedFolder has no properties
Source File: chrome://messenger/content/mailWindowOverlay.js
Line: 1593
Comment 1•24 years ago
|
||
I'm seeing loads of these:
Error: loadedFolder has no properties
Source File: chrome://messenger/content/mailWindowOverlay.js
Line: 1621
Comment 2•24 years ago
|
||
Looks like part of the problem has been fixed.
However, I'm also seeing the loadedFolder problem with build 2002080204-TRUNK on
Win98SE.
Within Mail & Newsgroups, open "Mail & Newsgroups Account Settings" from the
Edit menu. That gives me 4 of these :-
Error: loadedFolder has no properties
Source File: chrome://messenger/content/mailWindowOverlay.js
Line: 1621
When I close the Account Settings (without making any changes) with either "OK"
or "CANCEL" I get one more.
Confirming bug.
Status: UNCONFIRMED → NEW
Ever confirmed: true
On Solaris, when Compose a new mail, the error in Javascrit console:
Error: redeclaration of const MOZ_HELP_URI
Source File: chrome://help/content/contextHelp.js
Line: 1
QA Contact: olgam → stephend
Johnnie and Dave, are either of you still seeing this with either the Modern or
Classic theme?
Comment 5•23 years ago
|
||
I'm not seeing it anymore.
Comment 6•23 years ago
|
||
Can't find the checkin that fixed this, so marking WFM (although I really want
to mark FIXED or DUP).
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
yeah:
Error: loadedFolder has no properties
Source File: chrome://messenger/content/mailWindowOverlay.js
Line: 1621
is a valid bug, as is the following:
Error: redeclaration of const MOZ_HELP_URI
Source File: chrome://help/content/contextHelp.js
Line: 1
(this is simply a declaration of const MOZ_HELP_URI = someValue; twice.) and is
a JS strict warning, rather than an error.
Although neither of these would stop the mail window from opening.
Verified WFM.
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
•