Open Bug 298918 Opened 19 years ago Updated 3 years ago

Quoted empty lines under quotes get stripped

Categories

(Core :: DOM: Serializers, defect, P5)

defect

Tracking

()

People

(Reporter: mcsmurf, Unassigned)

References

Details

(Keywords: helpwanted, regression)

This is a regression from the fix for Bug 144998. To reproduce this bug, you
have to set mailnews.display.disable_format_flowed_support to true (that's part
of disabling format=flowed in mailnews).

Now reply to a mail message which looks like this:
-------
>> bla
>> bla
> 
> bla
> bla

bla
-------

You'll end up with:
-------
>>> bla
>>> bla
>> bla
>> bla
> 
> bla
------

Notice the empty line between the 3rd and the 2nd quoting level (within the 2nd)
got stripped.
Keywords: helpwanted
Depends on: 144998
Assignee: dom-to-text → nobody
QA Contact: dom-to-text

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: normal → S4
Priority: -- → P5
You need to log in before you can comment on or make changes to this bug.