Closed
Bug 292382
Opened 20 years ago
Closed 20 years ago
mail header not appearing above certain messages
Categories
(SeaMonkey :: MailNews: Message Display, defect)
SeaMonkey
MailNews: Message Display
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: benoit, Assigned: iannbugzilla)
Details
(Keywords: regression)
Attachments
(2 files)
|
19.91 KB,
text/plain
|
Details | |
|
2.17 KB,
patch
|
mscott
:
review+
Bienvenu
:
superreview+
asa
:
approval-aviary1.1a1+
asa
:
approval1.8b2+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Win95; en-US; rv:1.8b2) Gecko/20050429 Build Identifier: Mozilla/5.0 (Windows; U; Win95; en-US; rv:1.8b2) Gecko/20050429 In Mail & Newsgroups, e-mails that have attachments and/or consist of HTML don't get their header displayed above the message (for the record, they are being opened in a new window). By toggling View > Display Attachments Inline, you can get the header to show again on the message with attachment(s) you are viewing. If the message doesn't have an attachment, you can show the header by View > Headers > All and then View > Headers > Normal I included some e-mails of my own (sensitive information edited out), minus the attachments (though that doesn't change the result), to illustrate the problem. Note: it doesn't seem to be there anymore, but there was an extra issue with build 20050423 that you wouldn't be able to save the attachment after making the header appear if "Display Attachments Inline" was checked. Reproducible: Always Steps to Reproduce: 1. Open Mail & Newsgroups 2. Open the e-mail with an attachment/HTML content Actual Results: The message showed with the header missing. Expected Results: Showed both the message and its header.
You get the following error message in the JS console: Error: index is not defined Source File: chrome://messenger/content/msgHdrViewOverlay.js Line: 354 Confirming
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows 95 → All
Hardware: PC → All
This patch: * Defines index so that it can be used to create unique header name.
Updated•20 years ago
|
Attachment #182334 -
Flags: review?(mscott) → review+
Attachment #182334 -
Flags: superreview?(bienvenu)
Updated•20 years ago
|
Attachment #182334 -
Flags: superreview?(bienvenu) → superreview+
Comment on attachment 182334 [details] [diff] [review] Patch v0.1 (Checked in) Requesting a= for very low risk regression fix for both aviary and suite.
Attachment #182334 -
Flags: approval1.8b2?
Attachment #182334 -
Flags: approval-aviary1.1a?
Comment 5•20 years ago
|
||
Comment on attachment 182334 [details] [diff] [review] Patch v0.1 (Checked in) a=asa
Attachment #182334 -
Flags: approval1.8b2?
Attachment #182334 -
Flags: approval1.8b2+
Attachment #182334 -
Flags: approval-aviary1.1a?
Attachment #182334 -
Flags: approval-aviary1.1a+
Comment on attachment 182334 [details] [diff] [review] Patch v0.1 (Checked in) Patch checked in
Attachment #182334 -
Attachment description: Patch v0.1 → Patch v0.1 (Checked in)
Reporter, check if this has been fixed once the nightlies for 20050505 are produced.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 8•20 years ago
|
||
wfm buildID 2005050421 Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8b2) Gecko/20050504
Tested. The mail header works as normal again. Thanks!
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•