Closed Bug 1696340 Opened 3 years ago Closed 3 years ago

wrong numbering of nested lists

Categories

(Core :: Layout: Generated Content, Lists, and Counters, defect)

68 Branch
Desktop
All
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1574398

People

(Reporter: richard.crozier, Unassigned)

Details

Attachments

(2 files)

+++ This bug was initially created as a clone of Bug #1574398 +++

User Agent: Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Firefox/68.0

Steps to reproduce:

Open the following file:

<html>
<body>
<ol>
<li>A</li>
<ol>
<li>B</li>
<li>C</li>
<li>D</li>
</ol>
<li>E</li>
</ol>
</body>
</html>

Actual results:

The "second" item of the outermost list is numbered "3". Like this:

1. A
    1. B
    2. C
    3. D
4. E <== No...

Expected results:

The "second" item of the outermost list should be numbered "2", Like this

1. A
    1. B
    2. C
    3. D
2. E  <== Fine!

Chorme, IE and Firefox all show the expected behavior with nested lists like the example proposed above. Only Thunderbird displays something wrong.

This is fixed in Firefox 82 according to bug 1548753. So it should therefore be fixed on Thunderbird if your Thunderbird version is >= 82.

What version of Thunderbird are you testing this on?

(In reply to Robert Longson [:longsonr] from comment #2)

This is fixed in Firefox 82 according to bug 1548753. So it should therefore be fixed on Thunderbird if your Thunderbird version is >= 82.

What version of Thunderbird are you testing this on?

68.10.0

I assumed it wasn't fixed since the other bug was closed with wontfix

I guess you'll need to update when you can then. Thunderbird 78.6 is available but that still doesn't have a high enough version number for this bug to be fixed yet. I guess it'll be the next major release that incorporates it.

Status: UNCONFIRMED → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: