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)

defect

Tracking

(Not tracked)

VERIFIED FIXED

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 &lt;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 &lt;esther@netscape.com&gt;, 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
dogfood
Keywords: dogfood
*** Bug 25401 has been marked as a duplicate of this bug. ***
assigning to akkana for debugging
Assignee: beppe → akkana
Target Milestone: M15
Definitely dogfood.
Whiteboard: [PDT+]
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.
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.
Keywords: beta1
Target Milestone: M15 → M14
Whiteboard: [PDT+] → [PDT+] Expected landing date 02/13/99
Priority: P3 → P1
I've just check with Harish, this problem is gone.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
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
Product: MailNews → Core
Product: Core → MailNews Core
You need to log in before you can comment on or make changes to this bug.