flutter-quill icon indicating copy to clipboard operation
flutter-quill copied to clipboard

[Mobile] Enumeration order messes up after indentation

Open WesselvanDam opened this issue 2 years ago • 1 comments

First of all, thank you for this great package, it's amazing!

I noticed a small bug when implementing the Quill Editor. It happens when using the enumeration feature. I was pretty amazed when I found out that the indent button changes the enumeration from numbers to letters on indent, but it seems that once you go back to the first indentation level, the enumeration always resumes at '2'. Additionally, the one after that is a 2 as well. After that it will resort to normal.

image

I tried it as well for a list of say 9 items and then creating an indent at 9.a. Pressing Enter and the Decrease Indentation button make the item after 9 resort to 2. Writing some text and pressing Enter again yields a 2 again.

WesselvanDam avatar Feb 28 '22 23:02 WesselvanDam

This is probably a bug. Can you share a video how to repro it?

singerdmx avatar Jul 21 '22 18:07 singerdmx

we have noticed this too in our app. i'll try to get a video together.

kulture-rob-snider avatar Oct 19 '22 15:10 kulture-rob-snider

https://user-images.githubusercontent.com/53707285/196763138-452d7ebe-6e8b-4222-8fac-275c1cdedb9d.mp4

kulture-rob-snider avatar Oct 19 '22 17:10 kulture-rob-snider