Closed
Bug 193570
Opened 22 years ago
Closed 22 years ago
can't open mail message in new window
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 178844
People
(Reporter: blehrhof, Assigned: sspitzer)
Details
User-Agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.3b) Gecko/20030210
Build Identifier: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.3b) Gecko/20030210
in prior version, double click on -any- mail item, or right click on "open in
new window" sent item to a full browser window. now i get a blank window!
doesn't matter if there are attachments or not (i.e. it fails with full text as
well as with attachments). javascript console has lots of errors (see below).
Reproducible: Always
Steps to Reproduce:
1.open mail
2.select letter
3.double click or right-click and select "open in new browser"
Actual Results:
new browser opens
nothing is displayed
Expected Results:
display mail in full window
it worked thursday with 1.2.1, stopped working after loading 1.3b. also tried
last night's build ... same results.
javascript console contents:
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/msgHdrViewOverlay.js :: <TOP_LEVEL> :: line 61"
data: no]
Error: redeclaration of const MSG_FOLDER_FLAG_TRASH
Source File: chrome://messenger/content/commandglue.js
Line: 1
Error: gCollapsedHeaderView has no properties
Source File: chrome://messenger/content/msgHdrViewOverlay.js
Line: 171
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/msgHdrViewOverlay.js :: <TOP_LEVEL> :: line 61"
data: no]
Error: redeclaration of const MSG_FOLDER_FLAG_TRASH
Source File: chrome://messenger/content/commandglue.js
Line: 1
Error: gCollapsedHeaderView has no properties
Source File: chrome://messenger/content/msgHdrViewOverlay.js
Line: 171
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/msgHdrViewOverlay.js :: <TOP_LEVEL> :: line 61"
data: no]
Error: redeclaration of const MSG_FOLDER_FLAG_TRASH
Source File: chrome://messenger/content/commandglue.js
Line: 1
Error: gCollapsedHeaderView has no properties
Source File: chrome://messenger/content/msgHdrViewOverlay.js
Line: 171
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/msgHdrViewOverlay.js :: <TOP_LEVEL> :: line 61"
data: no]
Error: redeclaration of const MSG_FOLDER_FLAG_TRASH
Source File: chrome://messenger/content/commandglue.js
Line: 1
Error: gCollapsedHeaderView has no properties
Source File: chrome://messenger/content/msgHdrViewOverlay.js
Line: 171
(in all the years i've been using netscape and mozilla, i've never seen any js
errors ... )
Comment 1•22 years ago
|
||
wfm with win2k build 20030215..
Does this happen in both classic and modern theme?
*** This bug has been marked as a duplicate of 178844 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 3•22 years ago
|
||
problem persists with classic or modern themes.
fwiw, i'm running ME. also, it worked ok with 1.3a, as soon as 1.3b was loaded
it caused the problem. are we barking up the wrong tree, based on the java
script errors?
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
why did you reopen the bug? Are the any indications that the blank window you
see is not caused by the same bug as the blank window others see when opening
messages in new windows?
| Reporter | ||
Comment 5•22 years ago
|
||
nope, sorry, just wanted to make sure someone saw my last comment.
hopefully the js errors will provide a clue, considering that the original just
says "it's broke."
Comment 6•22 years ago
|
||
This bug shares the same JS errors with the other bug.
*** This bug has been marked as a duplicate of 178844 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago → 22 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•