Closed
Bug 400903
Opened 17 years ago
Closed 16 years ago
inline forwarded or attached html with absolute postioned elements appear through body e-mail
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
People
(Reporter: jgamleus, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8.1.8) Gecko/20071009 SeaMonkey/1.1.5
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8.1.8) Gecko/20071009 SeaMonkey/1.1.5
If an e-mail, Internet page or file with the following html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>doorheen?</title>
</head>
<body>
<br>
<div style="position: absolute; left: 262px; top: 16px;">is this going through the body of the e-mail?<br>
</div>
</body>
</html>
is forwarded as inline, forwarded as attachment or normally attached to an e-mail and the e-mail is sent or saved as draft then the e-mail, Internet page or file shows through the body of the e-mail.
I've seen this error for years with Mozilla and Seamonkey e-mail clients when sending certain Internet pages or forwarding certain html-emails/newsletters to people, either inline or as attachment. Now I tested the html with validator.w3c.org and corrected it until it was valid Html 4.01 but this wasn't the problem. Finally I discovered what causes this: absolute positioned elements in html. So when an e-mail is displayed with e.g. an attachment containing an element that is absolute positioned at e.g. 200 points from the top of the attachment then the element is displayed 200 points from the top of the e-mail instead of 200 points from the top of the attachment. Can this be corrected? Please both for forwarded as inline as well as attached html?
Reproducible: Always
Reporter | ||
Updated•17 years ago
|
Version: unspecified → SeaMonkey 1.1 Branch
Reporter | ||
Comment 1•17 years ago
|
||
While the Seamonkey (pop) e-mail client displays e-mails with such html wrongly, the same e-mail is displayed correctly as web-mail by http://mail.yahoo.com
Comment 2•17 years ago
|
||
Can you reproduce with SeaMonkey v1.1.9 ?
Comment 3•16 years ago
|
||
The symptoms described here result from the fact that we display all mime parts in a single document.
Dup of bug 31052
Note that there has been progress to a resolution in bug 80713
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•