You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jhchen
changed the title
Lists with secondary levels do not behave as expected
Incorrect numbering of second level when ordered list mixed with bullets
Sep 3, 2016
Looks like this does not work for the same reason as #979. The numbering is resetted because a new ul and a new ol block is created (instead of creating an ul subblock below the ol)
Quill 2.0 has been released (announcement post) with many changes and fixes. If this is still an issue please create a new issue after reviewing our updated Contributing guide 🙏
When you have an ordered list, with another list under, ordered list's numbers do not follow an expected rule.
Steps for Reproduction
Expected behavior:
SEE: https://www.dropbox.com/s/5olyxk1t4osfydg/quill1.gif?dl=0
The order should be:
_ One
_ Two
_ Three
___- A
___- B
___- C
_- Four
_- Five
Actual behavior:
SEE: https://www.dropbox.com/s/y30dsdcacdrbiyv/quill2.gif?dl=0
_ One
_ Two
_ Three
___- A
___- B
___- C
_- One
_- Two
Platforms: Version 51.0.2704.103 (64-bit) on OSX 10.11.6 (15G31)
Version: v1.0.0-beta.9
The text was updated successfully, but these errors were encountered: