-
Notifications
You must be signed in to change notification settings - Fork 853
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
Text highlighting/selection issue with Flutter 3.27.2 #2450
Comments
Could you try with |
Hi @EchoEllet, just tried with 11.0.0-dev.21, and it's still happening for me unfortunately. Screen.Recording.2025-01-21.at.10.29.06.PM.movAny other ideas? Thanks! |
Is this issue encounterable on Android and iOS, or is this a desktop specific issue? |
For now we have only seen it on web but I have not tried on the native apps yet, I can get you that information tomorrow. The main problem we have is that we have the Flutter bug with iOS 18.2 which means that scrolling on iOS web does not work since we still run Flutter 24, but upgrading to 27 causes this issue so I’m stuck in between both. Any help would be amazing! |
I tested it here, on Android the selection with a bluetooth mouse works normally, the problem only happens in the web version, another problem is also when clicking on empty lines, the cursor always appears on the top line and not on the clicked line, but it needs to be between two text when there is an empty space |
This comment has been minimized.
This comment has been minimized.
These 2 problems are big, which makes the web version very difficult to use, it should be fixed urgently |
Is this a different issue than the text selection? |
Have you checked for an existing issue?
Flutter Quill Version
10.8.5
Steps to Reproduce
Expected results
Expecting to be able to smoothly select text
Actual results
Almost impossible to select text as it auto-select multiple lines in a very buggy way
Additional Context
I have downgraded Flutter to 3.27.1 and 3.27.0, but there when selecting text it doesn't show the resulting highlight as you are dragging, only once you release the drag, which is not a good experience either.
Any ideas?
The text was updated successfully, but these errors were encountered: