-
Notifications
You must be signed in to change notification settings - Fork 63
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
Selecting text sometimes throws exception #185
Comments
This is a known issue but it is inside the Flutter code. I don't know what is the actual cause because it's too difficult to debug the issue correctly. But it seems that Flutter's text selection system does not expect scrolling/zooming of the selection coordinates. Anyway, the exception causes selection loss but it actually causes no critical issues. |
Related: #4 |
1.0.83 contains minor fix to make the text selection stabler. |
user action
trying long press and dragged the text for select and crashed
crash point
file
selectable_region.dart:839
@espresso3389
The text was updated successfully, but these errors were encountered: