-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Bullet point size doesn't change with the font size #2856
Comments
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 |
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 #409 (comment) |
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 🙏 |
Steps for Reproduction
modules.toolbar
in the JS:.
3. Wait for the toolbar to be updated with the two items just added.
4. Create text content as a bullet-pointed list with three items.
5. Select the entire text and change the font size to Small, Normal, Large and Huge
6. Observe the size of the bullet-points each time after you changed the font size.
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
The text was updated successfully, but these errors were encountered: