Closed
Bug 25294
Opened 26 years ago
Closed 26 years ago
Forward Inline of an HTML message put the original body before the headers
Categories
(MailNews Core :: Composition, defect, P1)
MailNews Core
Composition
Tracking
(Not tracked)
VERIFIED
FIXED
M14
People
(Reporter: bugzilla, Assigned: harishd)
References
Details
(Whiteboard: [PDT+] Expected landing date 02/13/99)
When I forward INLINE an HTML message (messenger menu message/forward as/inline), the original body comes
before the headers! That doesn't append with a plaintext message. Seems to be a problem with the editor shell API
InsertSource.
Here is what we insert as source (editorShell->InsertSource()):
<HTML> <BR><BR>
-------- Original Message --------
<TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0>
<TR>
<TH VALIGN=BASELINE ALIGN=RIGHT NOWRAP>Subject: </TH>
<TD>testing again in html mode</TD>
</TR>
<TR>
<TH VALIGN=BASELINE ALIGN=RIGHT NOWRAP>Date: </TH>
<TD>Fri, 21 Jan 2000 13:11:52 -0800</TD>
</TR>
<TR>
<TH VALIGN=BASELINE ALIGN=RIGHT NOWRAP>From: </TH>
<TD>esther@netscape.com (Esther Goes)</TD>
</TR>
<TR>
<TH VALIGN=BASELINE ALIGN=RIGHT NOWRAP>To: </TH>
<TD>Esther Goes <esther@netscape.com>, qatest04@netscape.com,
3qatest07@netscape.com, qatest03@netscape.com,
3qatest08@netscape.com</TD>
</TR>
</TABLE>
<BR><BR>
<head></head>
<body><b>testing</b></body>
</html>
and here is what we get:
<html><head></head>
<body> <br><br>-------- Original Message --------
<br><br><b>testing</b>
<table cellpadding="0" cellspacing="0" border="0"><tbody>
<tr>
<th valign="Baseline" align nowrap>Subject: </th>
<td>testing again in html mode</td>
</tr>
<tr>
<th valign="Baseline" align nowrap>Date: </th>
<td>Fri, 21 Jan 2000 13:11:52 -0800</td>
</tr>
<tr>
<th valign="Baseline" align nowrap>From: </th>
<td>esther@netscape.com (Esther Goes)</td>
</tr>
<tr>
<th valign="Baseline" align nowrap>To: </th>
<td>Esther Goes <esther@netscape.com>, qatest04@netscape.com,
3qatest07@netscape.com, qatest03@netscape.com,
3qatest08@netscape.com</td>
</tr>
</tbody></table>
</body>
</html>
QA Contact: lchiang → esther
Summary: Forward Inline of an HTML message put the original body before the headers → Forward Inline of an HTML message put the original body before the headers
Comment 3•26 years ago
|
||
assigning to akkana for debugging
Assignee: beppe → akkana
Target Milestone: M15
Comment 5•26 years ago
|
||
Harish has a lot of other bugs right now involving things being inserted out of
order. Harish, could you take a look at this and see if it looks like it might
be related to those? If you don't think it's related, send it back to me and
I'll investigate further.
Assignee: akkana → harishd
I don't think it's anything to do with what I'm dealing with currently..but I
will take a look at it anyway.
Comment 7•26 years ago
|
||
Incidentally (now that I've finally gotten a mail build that works), I'm not
seeing this on Linux. I'm always seeing the headers inserted before the
forwarded text.
This is dogfood and beta1, I believe. The target milestone can't be M15.
| Reporter | ||
Comment 9•26 years ago
|
||
I've just check with Harish, this problem is gone.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 10•26 years ago
|
||
Using build 20000209m14 on win98, mac and linux this is fixed as originally
stated. I tested this several ways including a plain text forward
inline to an HTML message. When forwarding in plain text to an HTML message the
header isn't layed out correctly with bad spacing and incorrect wrapping making
it look like the header is mixed with the body content, but it isn't. I'll log
a separate bug for the plain text forwarding inline (if there isn't one
already). This is verified as originaly stated.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: MailNews → Core
Updated•18 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•