Closed
Bug 223661
Opened 22 years ago
Closed 22 years ago
No LF + CR in mailto href
Categories
(MailNews Core :: Networking, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 220099
People
(Reporter: davidemelan, Assigned: sspitzer)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; it-IT; rv:1.5) Gecko/20031007
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; it-IT; rv:1.5) Gecko/20031007
escape chars %0d%0a works fine with Mozilla <= 1.4 (and IE)
but fails with Mozilla 1.5
Reproducible: Always
Steps to Reproduce:
put the code
<a href="mailto:duffy@duck.com?subject=test mail&body=mail body%0d%0abye">mail
the message</a>
in a html source and follow the link
Actual Results:
the body of the mail is
mail bodybye
Expected Results:
instead of
mail body
bye
Comment 1•22 years ago
|
||
-> mailnews, I suppose
Assignee: general → sspitzer
Component: Browser-General → Networking: MailNews General
Product: Browser → MailNews
QA Contact: general → gchan
Comment 2•22 years ago
|
||
Doesn't the html spec say something about ignoring line feed escapes? Just a
vauge memory, might be completely wrong...
Comment 3•22 years ago
|
||
*** This bug has been marked as a duplicate of 220099 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
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
•