Closed
Bug 203261
Opened 22 years ago
Closed 22 years ago
Opening a local (not imap) forwarded message results in a blank Mail window
Categories
(SeaMonkey :: MailNews: Message Display, defect)
SeaMonkey
MailNews: Message Display
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.4beta
People
(Reporter: Stefan.Borggraefe, Assigned: sspitzer)
References
Details
(Keywords: regression)
Attachments
(2 files)
(deleted),
image/png
|
Details | |
(deleted),
patch
|
Details | Diff | Splinter Review |
Steps to reproduce:
1. Make sure "Preferences|Mail & Newsgroups|Composition|Forward Message: As
Attachment" is selected.
2. Forward an email to your account.
3. Receive the mail. This mail includes the forwarded email as an attachment.
4. Open the attachment by double-click or via the context-menu.
Result:
A Mail/News window without any content and headers appears.
Expected Result:
A Mail/News window with the forwarded message is displayed.
I tested this with build 2003042412 on Windows XP and with a CVS build from
today on Debian Linux. Clean install, fresh profile.
Reporter | ||
Comment 1•22 years ago
|
||
Comment 3•22 years ago
|
||
It's a regression between April 21th-24th.
It looks that guilty is bug 159995 or bug 186081.
Comment 4•22 years ago
|
||
note, this does not occur with IMAP Accounts.
Reporter | ||
Comment 5•22 years ago
|
||
Please ignore comment #3. This was the result of a misunderstanding on IRC.
This is broken since the new behaviour for opening attached mails was checked in
on april 14th (see Bug 143565). Before the checkin the attached message was
shown in a browser window, now it results in the empty Mail/News-window. The fix
for Bug 143565 seems to work fine for IMAP accounts only. :-(
I´m CCing Neil and Antonio to this bug because of their involvement in Bug 143565.
Maybe this should block Mozilla 1.4b because the fix for Bug 143565 is one of
the major new features for this next release and should work for all kinds of
accounts.
Flags: blocking1.4b?
Assignee | ||
Comment 6•22 years ago
|
||
yeah, I don't like the sound of this regression.
mark it as blocking.
Status: NEW → ASSIGNED
Flags: blocking1.4b? → blocking1.4b+
Assignee | ||
Comment 7•22 years ago
|
||
working on it, from the console:
###!!! ASSERTION: unknown error, but don't alert user.: 'errorID != UNKNOWN_ERRO
R', file c:/trees/trunk/mozilla/mailnews/base/util/nsMsgProtocol.cpp, line 401
JavaScript error:
chrome://messenger/content/commandglue.js line 1: redeclaration of const MSG_FOL
DER_FLAG_TRASH
WEBSHELL+ = 8
JavaScript error:
line 0: uncaught exception: [Exception... "Component returned failure code: 0x8
0004003 (NS_ERROR_INVALID_POINTER) [nsIMsgFolder.getMsgDatabase]" nsresult: "0x
80004003 (NS_ERROR_INVALID_POINTER)" location: "JS frame :: chrome://messenger/
content/messageWindow.js :: CreateView :: line 354" data: no]
Assignee | ||
Comment 8•22 years ago
|
||
wowsa, in messageWindow.js, OnLoadMessageWindow() we think the folder uri is:
XXX gCurrentFolderUri = mailbox:/C|/Documents and Settings/Administrator/Applica
tion Data/Mozilla/Profiles/default/eou9vmeh.slt/Mail/mail.meer.net/Inbox
(that isn't a folder URI!)
for imap, we do it right:
XXX gCurrentFolderUri = imap://sspitzer@nsmail-1/INBOX
Assignee | ||
Comment 9•22 years ago
|
||
oh, I bet the problem is get are doing folder.URL, instead of folder.URI
for imap, the are the same (I think?), but for local folder, they aren't.
Assignee | ||
Comment 11•22 years ago
|
||
Assignee | ||
Comment 12•22 years ago
|
||
fixed.
r/sr=bienvenu, a=sspitzer
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Summary: Opening a forwarded message results in a blank Mail window → Opening a local (not imap) forwarded message results in a blank Mail window
Target Milestone: --- → mozilla1.4beta
Assignee | ||
Comment 13•22 years ago
|
||
still some work here.
now it opens, but the opened message ends up having the same attachments as the
original message.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 14•22 years ago
|
||
Quick note: In comment 7, the JS error on <commandglue.js> is bug 195733. It
happens in the current bug, but is not "caused" by it.
Assignee | ||
Comment 15•22 years ago
|
||
I'm going to spin this issue to a new bug.
> now it opens, but the opened message ends up having the same attachments as the
> original message.
Status: REOPENED → RESOLVED
Closed: 22 years ago → 22 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 16•22 years ago
|
||
spun new issue to bug #203570
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•