Open
Bug 213563
Opened 22 years ago
Updated 4 years ago
extra newline on converting from HTML to TEXT
Categories
(Core :: DOM: Serializers, defect, P5)
Tracking
()
NEW
People
(Reporter: BijuMailList, Unassigned)
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5a) Gecko/20030721 Mozilla Firebird/0.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5a) Gecko/20030721 Mozilla Firebird/0.6
extra newline on converting from HTML to TEXT
This problem occures in many cases.
And the major issue is when converting an HTML mail received
from MS-Outlook to text mail, while replying.
Also happens when copying a web page and pasting to notepad.
To test this I am providing two html files.
Attachment a.html
steps
1. open attachment a.htm
2. Select whole page.
3. Selection will show only 3 lines in the document
4. Copy it
5. paste it in notepad
actual result:-
you will 2 blank lines between a & b
expected result:-
there should be only one blank lines between a & b
Attachment b.html
This is an extract from mail received from outlook,
issue is seviour here because outlook add an unnessrey tag <o:p></o:p>
contents of this is not added by user while typing mail in outlook.
so outlook hide this while displaying mail.
But in mozilla we get 2 more extra line due to this.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
b.html
An extract from mail i received from MS Outlook
This is the case where I have more consern
Attachment #128341 -
Attachment mime type: text/plain → text/html
Comment 3•19 years ago
|
||
This is an automated message, with ID "auto-resolve01".
This bug has had no comments for a long time. Statistically, we have found that
bug reports that have not been confirmed by a second user after three months are
highly unlikely to be the source of a fix to the code.
While your input is very important to us, our resources are limited and so we
are asking for your help in focussing our efforts. If you can still reproduce
this problem in the latest version of the product (see below for how to obtain a
copy) or, for feature requests, if it's not present in the latest version and
you still believe we should implement it, please visit the URL of this bug
(given at the top of this mail) and add a comment to that effect, giving more
reproduction information if you have it.
If it is not a problem any longer, you need take no action. If this bug is not
changed in any way in the next two weeks, it will be automatically resolved.
Thank you for your help in this matter.
The latest beta releases can be obtained from:
Firefox: http://www.mozilla.org/projects/firefox/
Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html
Seamonkey: http://www.mozilla.org/projects/seamonkey/
Still occurs
Steps to reproduce.
1. In thunderbird set your mail option to TEXT mode
2. Ask your friend who is using outlook to send HTML mail to you
3. Receive it in thunderbird
4. Reply with quote
5. user see extra lines, when there is a line break
Updated•16 years ago
|
Assignee: harishd → nobody
QA Contact: sujay → dom-to-text
Probably this is a duplicate of bug 351814.
Comment 6•4 years ago
|
||
Bulk-downgrade of unassigned, untouched DOM/Storage bug's priority.
If you have reason to believe, this is wrong, please write a comment and ni :jstutte.
Severity: major → S4
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•