enter key in plain text mail composition should always insert new line
Categories
(SeaMonkey :: MailNews: Composition, defect)
Tracking
(seamonkey2.53 affected)
| Tracking | Status | |
|---|---|---|
| seamonkey2.53 | --- | affected |
People
(Reporter: bugZ, Unassigned)
References
Details
(Keywords: reproducible)
Attachments
(2 files)
Comment 1•9 years ago
|
||
Comment 2•9 years ago
|
||
Comment 4•8 years ago
|
||
Comment 5•8 years ago
|
||
Comment 7•8 years ago
|
||
Comment 8•8 years ago
|
||
Comment 9•8 years ago
|
||
| Reporter | ||
Comment 10•8 years ago
|
||
| Reporter | ||
Comment 11•8 years ago
|
||
Comment 12•7 years ago
|
||
Comment 13•7 years ago
|
||
Comment 14•7 years ago
|
||
| Reporter | ||
Comment 15•7 years ago
|
||
Comment 16•6 years ago
|
||
This is still happening with Seamonkey, though now I checked and found the setting it depends on:
Version:
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0 SeaMonkey/2.53.1
Build-Identifikator: 20191026130006
It is depends on the setting: mail.compose.default_to_paragraph
When it is set to "false" = default, it shows the behavior that you have to hit enter twice on an empty line when replying above the HTML mail.
When it is set to "true" = now default it behaves the "right way", though that settings shouldn't influence that part and all previous SM versions (2.49.x and older) didn't need that setting to be "true".
Comment 17•6 years ago
|
||
(In reply to Frank-Rainer Grahl (:frg) from comment #13)
As far as i see it I backported every available patch for 2.53 in this area.
Could someone try with TB 60. Mail in 2.57 is being fixed up but it will
still take some time.FRG
Tested TB17.0, TB24.0.1, TB31, TB38.0.1, TB45, TB52.0.1, TB56b4 and TB60 with mail.compose.default_to_paragraph=false (when available) and doesn't display the issue. Will continue to go back to see if I can find it not working in TB.
Looking at email reply source before changes and then after going to the On part and pressing return twice.
Before any changes:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<br>
<br>
<div class="moz-cite-prefix">On 01/04/2020 10:00 pm, Fred Bloggs wrote:<br>
</div>
Reply with SM:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<br>
<br>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">On 01/04/2020 10:00 pm, Fred Bloggs wrote:<br>
</div>
Reply with TB:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<br>
<br>
<div class="moz-cite-prefix"><br>
<br>
On 01/04/2020 10:00 pm, Fred Bloggs wrote:<br>
</div>
As you can see, SM is adding an extra <div> rather than inserting the <br> elements within the existing <div>
Comment 18•6 years ago
|
||
With this test case if you position the cursor at the start of the "On" , in SM it adds extra <div>s but in Firefox it adds extra <br>s within the existing <div>
Comment 19•6 years ago
|
||
Trying test case against various applications and versions:
SM 2.49.5 fine
Firefox 56 broken
Firefox 57 broken
Firefox 58.0b3 fine
Firefox 58.0.2 fine
Comment 20•6 years ago
|
||
Now with Firefox 58.0a1 nightly builds:
2017-10-02-22-02-04 broken
2017-10-03-22-01-38 broken
2017-10-04-22-03-09 fine
2017-10-07-22-01-56 fine
2017-10-12-22-01-11 fine
2017-10-22-22-01-03 fine
2017-11-12-22-03-46 fine
Fix window:
https://hg.mozilla.org/mozilla-central/pushloghtml?startdate=2017-10-03+22%3A00&enddate=2017-10-04+22%3A00
To me it looks like Bug 1390562 fixed this test case. I will add the patches and test it fixes mailnews too.
Comment 21•6 years ago
|
||
Tested that it does fix mailnews, pushed to 2.53.2b1 tree and kicked off rebuilds.
Comment 23•6 years ago
|
||
Wohoo, fixed!
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0 SeaMonkey/2.53.3
Build-Identifikator: 20200402130008
http://www.wg9s.com/comm-253-de/
Comment 24•6 years ago
|
||
Fixed in the upcoming 2.53.2 Beta 1. If not please reopen.
Description
•