Closed Bug 254803 Opened 20 years ago Closed 20 years ago

compose ignores CR causing two text lines to concatenate

Categories

(Thunderbird :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 125928

People

(Reporter: josebrwn, Assigned: mscott)

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040206 Firefox/0.8

Compose will ignore CR when pasted from other applications, this also happens in
the composer when simply typing messages (two paragraphs will "merge" randomly),
but it is more difficult to reproduce.

Reproducible: Always
Steps to Reproduce:
1.  Copy this text into composer (it was generated by SQL Server query analyzer
with the query "select 'one' one, 'two' two")

one  two  
---- ---- 
one  two

2. paste this text into a new composition
3. send

Actual Results:  
the result is this:

one  two ---- ----
one  two 

Expected Results:  
should look like this:

one  two  
---- ---- 
one  two

There may be something in the format=flowed causing this, the message source of
the file with this displayed:

one  two ---- ----
one  two 

looks like this:

X-Mozilla-Status: 0001
X-Mozilla-Status2: 00000000
User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803)
X-Accept-Language: en-us, en
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit


one  two 
---- ----
one  two
Composing as HTML, right?  Even tho the message is sent as plain.



*** This bug has been marked as a duplicate of 125928 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.