Numbered bullets have incorrect ordering when nested
Categories
(Thunderbird :: Message Compose Window, defect)
Tracking
(Not tracked)
People
(Reporter: w, Unassigned)
Details
Attachments
(1 file)
|
9.41 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko/20100101 Firefox/72.0
Steps to reproduce:
- open compose message window
- start ordered numbered list with the toolbar button
- typed out nested ordered number list in message
Actual results:
Got the following:
1. this
1. is
2. not
3. two??
Expected results:
Instead of:
1. this
1. should
2. be
2. two
Comment 1•6 years ago
|
||
User agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0
I confirm this behavior. Please fix.
Comment 2•6 years ago
|
||
Hi all,
I can also confirm this behaviour on the same version. Saving the email as html reveals that the editor is creating the list thus in html:
<body>
<ol>
<li>this</li>
<ol>
<li>is</li>
<li>not</li>
</ol>
<li>two??</li>
</ol>
</body>
It seems the current version of Firefox consider this invalid and there is Bug 1548753 discussing this issue. (if the nested list is created within the previous <li> </li>, it will render it correctly - this was tested on Firefox browser "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:73.0) Gecko/20100101 Firefox/73.0").
Is this then an issue with how Firefox renders nested list or how Thunderbird is creating nested list?
Regards.
Comment 3•5 years ago
|
||
I copied the HTML to my web-hotel, and the code renders perfectly in Microsoft Edge Version 86.0.622.63 (64-bit), Google Chrome Version 86.0.4240.183 (64-bit). Even in Firefox 82.0.2 (64-bit) it renders correctly, but not in Thunderbird 78.4.1 (64-bit).
Please fix?
As it renders good in all browsers, it would be good to have it in order in Thunderbird too.
Updated•3 years ago
|
I was unable to reproduce this "bug."
User Agent = Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2
*Are the other commenters still using pre-80 versions of Thunderbird?
Steps:
- open new compose message window
- put cursor in message window
- click "apply or remove numbered list button"
- type "this"
- type <enter>
- type <tab>
- type "is"
- type <enter>
- type "not"
- type <enter>
- type <shift> + <enter>
- type "two??"
I'm on Thunderbird 102 and this does seem to be fixed! Thank you whoever is responsible.
Description
•