Open
Bug 481422
Opened 17 years ago
Updated 3 years ago
class="moz-txt-link-freetext" inside head from insert html menu
Categories
(MailNews Core :: Composition, defect)
Tracking
(Not tracked)
UNCONFIRMED
People
(Reporter: jbarroso, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.6) Gecko/2009020409 Iceweasel/3.0.6 (Debian-3.0.6-1)
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.6) Gecko/2009020409 Iceweasel/3.0.6 (Debian-3.0.6-1)
Thunderbird changes urls in css styles to href.
Reproducible: Always
Steps to Reproduce:
1. Create an html with css embedded, for example:
<head>
<style type="text/css">
.test {
background: transparent url(https://mydomain/domain.jpg) no-repeat 40px 20px;
}
</style>
</head>
<div class="test">
<body>
</body>
</div>
2. Send mail
3. Your background is only white, and a bad anchor is added to the mail <a class="moz-txt-link-freetext" href="https://www.isotrol.com/logoIsotrol.jpg">https://www.isotrol.com/logoIsotrol.jpg</a>) no-repeat 40px 20px;
Actual Results:
<a class="moz-txt-link-freetext" is added
Expected Results:
css style is not modified
Updated•17 years ago
|
Component: General → Composition
Product: Thunderbird → MailNews Core
QA Contact: general → composition
Version: unspecified → 1.9.1 Branch
Comment 1•16 years ago
|
||
Actually, the <head> is disregarded and you <style> is put into the body section...
| Reporter | ||
Comment 2•16 years ago
|
||
Hi,
Is there any tip/plugin about using css embed in html produced by thunderbird (as workarround for this issue)?
Thank you
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•