Closed
Bug 305903
Opened 19 years ago
Closed 19 years ago
error message if I try to forward message with table
Categories
(Thunderbird :: Message Compose Window, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 287674
People
(Reporter: register, Assigned: mscott)
Details
Attachments
(1 file)
|
20.19 KB,
message/rfc822
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.10) Gecko/20050717 Firefox/1.0.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.10) Gecko/20050717 Firefox/1.0.6
I got an e-mail containing a table. I tried to forward this e-mail.
When I press save as draft I get the following error message(in German):
Konnte Ihre Nachricht nicht als Entwurf speichern.
Geben Sie Ihr Passwort ein für Inbox auf (null):
which means something like:
Could not save your message as draft.
Please enter your password for Inbox on (null):
Reproducible: Always
Steps to Reproduce:
1.Forward attached mail
2.Save as draft
3.
Actual Results:
I get the following error message(in German):
Konnte Ihre Nachricht nicht als Entwurf speichern.
Geben Sie Ihr Passwort ein für Inbox auf (null):
which means something like:
Could not save your message as draft.
Please enter your password for Inbox on (null):
Expected Results:
Saved the e-mail in drafts
A similar message appears when I press the send button.
I could reproduce the error when copying the message content to a new compose
window.
I tracked the error down to a few lines, that cause the same error:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-15"
http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<img
src="ailbox:///F%7C/Dokumente%20und%20Einstellungen/Werner/Anwendungsdaten/Thunderbird/Profiles/omjv33w6.default/Mail/mail.utanet.at/Inbox?number@283042&part=1.1.2&filename%C3%9Efault_top.gif%22"
height="0" width="0">
<table border="1" cellpadding="0" height="84" width="254">
<tbody>
<tr>
<td bgcolor="#ffffff" width="80"><br>
</td>
</tr>
</tbody>
</table>
</body>
</html>| Reporter | ||
Comment 1•19 years ago
|
||
Related to bug 287674?
Summary: error message if I try to forward message with table → error message if I try to forward message with table
| Reporter | ||
Comment 3•19 years ago
|
||
Seems related yes. I will mark it as a duplicate. Sorry I did not find it when looking through the bugs. *** This bug has been marked as a duplicate of 287674 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•