Closed Bug 183709 Opened 22 years ago Closed 22 years ago

Mozilla fails to display attachments.

Categories

(MailNews Core :: Attachments, defect)

Sun
SunOS
defect
Not set
major

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 171128

People

(Reporter: chris.gerhard, Assigned: mscott)

References

()

Details

Attachments

(3 files)

User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.3a) Gecko/20021128 Build Identifier: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.3a) Gecko/20021128 The URL shows a screen shot of my mail reader with a message that has an attachment that can not be viewed inline. Note there is no box to display the attachments. Note the headers of my messages are displayed "inline". This started happening a few builds ago (exactly when I don't know) and I think since then I have had no attachments. I don't know how to ge the normal view back. Reproducible: Always Steps to Reproduce: 1. 2. 3. Expected Results: It should display the attachments.
This occurs for me as well on trunk build 2002120408. I'm attaching a saved eml file with a simple inline GIF attachment that demonstrates the problem. This problem occurs with GIF, JPG, and PNG inline attachments.
This RFC 822 file can be piped into a mail server to get the mail to show up in Mozilla, alternatively rename with eml extension and view in Mozilla. On recent trunk builds, the GIF will not show up.
My UA String: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20021204
Some more details on Chris' report: this is in IMAP inbox. The problem relates to something in Chris's profile, since if he tries a fresh profile, the problem goes away. Of course, this is not really a workaround. Using the "broken" profile, the problem is *not* visible in 1.1, or in 1.2a, but is visible in a cvs build 20021128. The problem is *not* visible to others using this build (nor to Chris, if he starts a fresh profile). I cannot see anything obviously wrong in Chris's profile.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Just adding additional info - I am using a POP3 account.
some recent similar bugs: bug 183231, bug 181274
If the attachment is a text attachment that can be displayed inline then I see the attachment inline. I tried removing all the .rdf files from my profile. Still does not work.
dup of 183559 - please try tomorrow's build. *** This bug has been marked as a duplicate of 183559 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
The problem persists in todays build. Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.3a) Gecko/20021206 As a user reading the two bug reports this does not look like the same thing as bug 183559
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
I'm seeing this behavior too (Win98) jpg shows up inline, pdf file can't be seen. No header twisty or paperclip in divider bar. Can recover file from temp folder if renamed. Forward the message and attachemnts show up in composition. Breaks between 1,2a and 1.2b/1.2.1. Creating a new profile blew out my inbox (oops), but still see the problem.
Can this bug be reassigned while Scott is on sabbatical? It seems fairly critical -- Chris, can you facilitate that?
*** Bug 184481 has been marked as a duplicate of this bug. ***
Situation for me: this happens on all my accounts, IMAP and POP3. The problem started right after I upgraded from 1.1 to 1.2.1. I created a new test profile, which did not have this problem. I deleted all my rdf files from my "broken" profile, but that didn't solve the problem.
Flags: blocking1.3a+
WFM in build 2002120908! Thanks!
Flags: blocking1.3a+
Problem persists in 20021210.
Attached file Old address book
Removing this address booked solved the problem with the bug described here.
A note of explanation: the personal address book I just attached was not showing up in the Address Book window. When I backed it up and removed it and restarted Mozilla, a new pab was created (empty) and the problem with message display vanished.
I have just removed my address book, which also did not show up in the address book window, and now attachments are now working again.
QA Contact: yulian → stephend
*** This bug has been marked as a duplicate of 171128 ***
Status: REOPENED → RESOLVED
Closed: 22 years ago22 years ago
Resolution: --- → DUPLICATE
verified dup
Status: RESOLVED → VERIFIED
Product: MailNews → Core
I think the root cause is in the function nsMimeHtmlDisplayEmitter::StartAttachmentInBody(). There are following codes: UtilityWrite("<div align=right class=\"headerdisplayname\" style=\"display:inline;\">"); UtilityWrite(name); UtilityWrite("</div>"); These codes will generate the following html segment: <div class="headerdisplayname" style="disply: inline;" align="right">NAME</div> When you open an eml file. You can just see the attached filename. I think we should change the tag <div> to <a href=...>
Product: Core → MailNews Core
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: