-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Numbered lists are obstructed past 100 #417
Comments
Thanks @maelchiotti |
I do also think 2 digits should be enough, but indeed I didn't ask myself that question. The user that reported the issue in my app seems to have make a list of anime he watched, but I don't see why he couldn't use an unordered list for that. I'm okay with keeping the 2 digits limit and informing him about it. |
I think it is possible to dynamically increase the number of digits in numbered list (with node's children count). What do you think? Would there be any problems in adopting this approach? @amantoux @maelchiotti |
That would fix the issue indeed. |
We can easily find a solution, the question is whether it is worth to add complexity to handle the use case |
To answer that question we would need user study. But when an app with 100 downloads has a user that needs it, I think it's something that should be addressed since it's also quite easy to do. @amantoux Another solution would be to remove digit limitations and align numbers to start (left in LTR). This is how Google Docs and Word handle it. |
@Amir-P then how many digits does your easy solution support? |
There was a typo, maybe clearer now. From a UI perspective, I guess supporting many digits can be challenging, even if we dynamically handle the space allocated to the numbering. So, my question is still the same, how much digits do we want to support? |
Yeah, I noticed the same thing. 😀 I'm sure we can do better! @amantoux
Let me experiment with some options and I'll get back to you. I might find the time on the weekend. |
Not sure we should try to do better TBH |
While it would be great to allow for an infinite ordered list that automatically gives the digits the space needed, I wouldn't consider this feature a priority for my app. |
Then let's keep it open for fixing in the future. What do you say? @amantoux |
Items over 100 in numbered lists seem to lack the space to display properly.
Steps to Reproduce
Create a numbered list with 100+ items.
Environment
The text was updated successfully, but these errors were encountered: