Closed
Bug 172808
Opened 23 years ago
Closed 23 years ago
words between < and > is not displayed (in bugmail)
Categories
(MailNews Core :: MIME, defect)
MailNews Core
MIME
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.2beta
People
(Reporter: mvl, Assigned: bugzilla)
References
Details
(Keywords: dataloss, regression, smoketest)
Attachments
(2 files)
|
2.36 KB,
text/plain
|
Details | |
|
610 bytes,
patch
|
bugzilla
:
review+
bugzilla
:
superreview+
|
Details | Diff | Splinter Review |
When viewing a bugmail, words between < and > (like html-tags) are not
displayed. For example, this is the source:
I don't plan to revise my patch to do this; I'd rather have every <toolbar>
wrapped in an <hbox> (this patch wraps the menu bar and the additional toolbar
in an <hbox>, as it happens) and to allow rearrangement of the toolbars
and this is what I see:
I don't plan to revise my patch to do this; I'd rather have every
wrapped in an (this patch wraps the menu bar and the additional toolbar
in an , as it happens) and to allow rearrangement of the toolbars
BuildID: 2002100504
Step to reproduce:
- cc yourself to a bug about XUL (like bug 171702)
- wait for new mail
- Notice missings tags
Comment 1•23 years ago
|
||
It still WFM in Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2b)
Gecko/2002100214. But I have seen another report in
news:de.comm.software.mozilla for windows. This would be a very bad bug, hence
some updates.
pi
Severity: normal → critical
OS: Linux → All
Hardware: PC → All
Comment 2•23 years ago
|
||
It is not even necassary to send the mail. Just save the message
and the chars between the < > are not displayed, though they are
still there, e.g. with 'edit as new' or 'view source'.
Comment 3•23 years ago
|
||
*** Bug 172853 has been marked as a duplicate of this bug. ***
Comment 4•23 years ago
|
||
Put this message in your mailbox and see what Mozilla does to it. Note the lack
of Content-Type headers.
Comment 5•23 years ago
|
||
Mozilla is assuming that a message is text/html if it has no Content-Type
headers, and it has <> characters in it. Sounds kind of IE'ish to me.
| Assignee | ||
Comment 6•23 years ago
|
||
I can confirm the problem on the trunk build. Reassign to myself
Assignee: sspitzer → ducarroz
| Assignee | ||
Comment 7•23 years ago
|
||
This is a regression caused by my recent fix for bug 172210. Some how I checked
in the wrong code!
Severity: critical → blocker
Status: NEW → ASSIGNED
Component: Mail Window Front End → MIME
Keywords: smoketest
Target Milestone: --- → mozilla1.2beta
| Assignee | ||
Comment 8•23 years ago
|
||
*** Bug 172934 has been marked as a duplicate of this bug. ***
| Assignee | ||
Comment 9•23 years ago
|
||
this is the code which has beed reviewed in the patch for bug 172210 and should
have been checked in.
| Assignee | ||
Comment 10•23 years ago
|
||
Comment on attachment 102002 [details] [diff] [review]
Proposed fix, v1
Per review in bug 172210: R=cavin, SR=beard
Attachment #102002 -
Flags: superreview+
Attachment #102002 -
Flags: review+
| Assignee | ||
Comment 11•23 years ago
|
||
Fix checked in the trunk.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 12•23 years ago
|
||
*** Bug 172784 has been marked as a duplicate of this bug. ***
| Assignee | ||
Comment 13•23 years ago
|
||
*** Bug 172883 has been marked as a duplicate of this bug. ***
| Assignee | ||
Comment 14•23 years ago
|
||
*** Bug 172918 has been marked as a duplicate of this bug. ***
QA Contact: olgam → esther
Comment 15•23 years ago
|
||
This is still broken even with this fix applied. If a text/plain e-mail message
contains only an URL within angle brackets then the body shows up as empty.
Relevant headers:
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Body:
<http://www.mozilla.org/>
Comment 16•23 years ago
|
||
*** Bug 173091 has been marked as a duplicate of this bug. ***
Comment 17•23 years ago
|
||
@Greg:
Someone has already opened Bug 173018 for that.
Comment 18•23 years ago
|
||
*** Bug 173018 has been marked as a duplicate of this bug. ***
Comment 19•23 years ago
|
||
*** Bug 173371 has been marked as a duplicate of this bug. ***
Comment 20•23 years ago
|
||
See related bug 175318
Comment 21•23 years ago
|
||
*** Bug 172606 has been marked as a duplicate of this bug. ***
Comment 22•23 years ago
|
||
using trunk build 20021029 on linux, 20021028 on winxp and 20021025 on Mac OSX
this is fixed. verified.
Status: RESOLVED → VERIFIED
| Assignee | ||
Comment 23•23 years ago
|
||
*** Bug 142614 has been marked as a duplicate of this bug. ***
| Reporter | ||
Comment 24•23 years ago
|
||
*** Bug 178060 has been marked as a duplicate of this bug. ***
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•