Closed cxn-pkovacs closed 6 months ago
Limiting the solution to list-items having their entire text content uniformly sized (similarly to how text objects in Google Draw behave in this respect) significantly decreases the implementation's complexity -- in principle:
When the user applies the size-styling to the entire text, the old size-style(s) can be removed from the text level and the new style can be applied at the list-item level.
Do we have the solution yet?
With current releases, I could solve the issue to some extent (not perfectly) by registering a modified ListItem
blot.
In the 2.0 branch, the structure of List
s has been modified so as to allow a much more satisfactory solution. (Alas, the last commit in the 2.0 branch was made some time in 2018 which makes me think, it will never be released.)
Hi there, @cxn-pkovacs @simon-ouyang. I am at-last also stuck on the same problem in 2022. Will you please guide me how to get out of this bug.
Approaching 2023, anyone has a solution to this issue?
We implemented a(n ugly) fix for this which you can see in https://github.com/quilljs/quill/issues/409#issuecomment-1488435233
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 :pray:
Steps for Reproduction
modules.toolbar
in the JS:.
Expected behavior: The size of the bullet-points increases as the font size is increased and vice versa.
Actual behavior: The size of the bullet-points remains the same (small) no matter how large the fonts are.
Platforms:
Version: 1.3.6