-
Notifications
You must be signed in to change notification settings - Fork 844
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
Cursor is not updating base on the size of the text. #2169
Comments
The same. I found CursorStyle class. But this is the parameter for a QuillRawEditor. |
He means the issue itself for sure. |
I'll try to fix this when i have time. I need to fix some issues that are my priority and then i will fix this. |
Fastest fix, add a property with cursor style to the QuillEditor. |
That's could not be the best solution. Fast fixes could come with bugs or unexpected behaviors that affect to the end users. We will fix this, but, we need some time to fix other more critical issues and then we will take a look on this types of issues. |
Custom embed causes the cursor to become very large, and when scrolling beyond the screen, clicking makes it switch positions back and forth. Can you take a look at this together? Kapture.2024-09-27.at.16.25.03.mp4 |
Is there an existing issue for this?
Flutter Quill version
flutter_quill: ^10.1.5
Steps to reproduce
I tried on different platforms as linux, windows or web for example. Same result.
The same problem is on your git repo, where you have already some example for try. Same bug/issue there.
I tried to somehow make it on different way. I have found that here is some option of TextStyle. But it only work for paragraph. But it affected the height of the text overall.. so this is not good solution. When I need have line spacing same on different lines.
The other variation for example header. It totally ignore the fontsize. And set cursor with some default height.
Expected results
Expected result is to set cursor height base on font size in attributes of the controller.
Actual results
Cursor size not updating. Or there is not easy way to handle it.
Code sample
No response
Additional Context
Related #1568
The text was updated successfully, but these errors were encountered: