quill icon indicating copy to clipboard operation
quill copied to clipboard

Ordering Issue with ordered list in quill js editor

Open MishraSushmita opened this issue 6 months ago • 3 comments

Issue 1 When adding a paragraph in between an ordered list, it is breaking the ordering of list. It should continue the order:

  1. item1
  2. item2 item3
  3. item4

Image

Issue 2 When adding sub list items(ordered list) it is continuing the alphabetical order for other subsequent item's sublist. Every sublist should start from initial letter(a)

  1. item1
  2. item2 a. subitem1 b. subitem2
  3. item3 c. subitem3 d. subitem4
  4. item4

Image

I tried creating custom toolbar buttons to continue ordering after adding paragraph in between list items but that is also not working. That code is working as default behavior of quill editor.

Also, Is it possible to display numbered list for sub lists instead of alphabetical order?

MishraSushmita avatar May 28 '25 18:05 MishraSushmita

Hi,

Is there any update on this issue?

MishraSushmita avatar Jun 09 '25 13:06 MishraSushmita

I can add some details for this issue. It seems the issue only happen on certain browsers. For the same code, I can find the issue mentioned on Chrome, but not Firefox.

PhuocHoangMinhNguyen avatar Jul 24 '25 04:07 PhuocHoangMinhNguyen

I think this issue is fixed in V2

DarioG avatar Sep 06 '25 09:09 DarioG