Closed
Bug 863674
Opened 12 years ago
Closed 9 years ago
<a href = "#part"> in HTML gets Converted to <#part> formatting HTML Content to Plain Text
Categories
(Thunderbird :: Untriaged, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: saurabh.nospam, Unassigned)
References
(Blocks 1 open bug)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; rv:20.0) Gecko/20100101 Firefox/20.0
Build ID: 20130409194949
Steps to reproduce:
Take any HTML Page which has <a href = "#part"> means it should refer to content on the same page.
for example : Get HTML from https://bugzilla.mozilla.org/show_bug.cgi?id=862791#c5
Actual results:
When Converting this html to text the part <a href = "#part"> is converted to <#part> and is visible in text
See screenshot of : https://bugzilla.mozilla.org/show_bug.cgi?id=862791#c6
Expected results:
The Anchor tag should be completely removed only the text inside anchor tag should be there.
Sorry for the confusion the anchor should not be completely removed..
but in case for document inline reference it should not be there...
Updated•11 years ago
|
Blocks: delivery-format-ux
Comment 2•9 years ago
|
||
Unable to reproduce in Tb 38.2.0.
- Two links are created by Inser Link of Tb.
- Generated HTML by Send Later with Unknown recipient
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
</head>
<body bgcolor="#FFFFFF" text="#000000"> String shown by View/Message Body As/Plain Text
1. <a href="#XXX">AAAAA</a><br> 1. AAAAA <#XXX>
2. <a href="#XXX">#XXX</a><br> 2. #XXX
<br> #XXX is not shown as link by Auto-Linkify of Tb for Text.
</body>
</html>
Did you see this phenomenon?
Closing as INVALID.
Please re-open INVALID is invalid.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•