Closed
Bug 61799
Opened 25 years ago
Closed 25 years ago
extra dot in mozilla when reading mails/news
Categories
(MailNews Core :: Networking: SMTP, defect, P3)
MailNews Core
Networking: SMTP
Tracking
(Not tracked)
People
(Reporter: bugzilla, Assigned: mscott)
References
()
Details
If read a newsposting or a mail message that contains a dot in the start of the
line, mozilla add an extra dot.
So a newsposting that has:
. <- one dot
.. <- two dots
when reading it with mozilla becomes:
.. <- one dot
... <- two dots
More info in the thread:
news://news.mozilla.org/3A27B6E1.2000708%40dioxine.com
| Reporter | ||
Comment 1•25 years ago
|
||
Reading it with Netscape 4.76 shows only one dot. Reading it with Mozilla shows
tow dots.
I just took a look at netscape.public.dev.css .
looked at this message : <3A2708FC.23371496@netscape.com>
posted with ns4.75. I see 2 dots instead of one.
someone with oe5 replied. in the replied part (that is, the initial message ;) ,
ONE dot.
The first poster replied. and this time he idented his css rules.
and I saw what I was supposed to see, a tabulation and one dot only.
example :
.tHeaderCell { /* one tab, one dot, works well with moz */
So... it *seems* to be a problem with moz "reading" the post, or receiving it...
QA Contact: esther → stephend
Comment 3•25 years ago
|
||
I got the fix for this. since my patch is in bug #66789, I'm marking as a dup.
it is on display, we never "unquote" the dot, like we did in 4.x
*** This bug has been marked as a duplicate of 66789 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
VERIFIED, I knew we had a DUP somewhere of the new bug you filed.
Status: RESOLVED → VERIFIED
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
•