Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect numbering of second level when ordered list mixed with bullets #829

Closed
erenemre opened this issue Jul 29, 2016 · 2 comments
Closed

Comments

@erenemre
Copy link

When you have an ordered list, with another list under, ordered list's numbers do not follow an expected rule.

Steps for Reproduction

  1. Visit http://beta.quilljs.com
  2. Create an ordered list with 5 items
  3. After 3rd item, indent the list and create another list under

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

@jhchen 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
@mpfau
Copy link

mpfau commented Jan 26, 2017

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-bot
Copy link

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 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants