You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When selecting text, the selection immediately jumps up several lines. Releasing click correctly brings the cursor back down to where it should have been, and my selection ends up being correct. It's only while dragging that the selection is offset.
I've tested on both Flutter 3.28.0-0.1.pre and 3.29.0-0.2.pre.
This issue does not happen if readOnly in the CodeEditor is set to true.
To Reproduce
Steps to reproduce the behavior:
Install the latest Flutter beta
Run the example project on web
Click and drag to select text
Notice how the text selection jumps up
Expected behavior
Text selection should exactly follow my cursor while dragging
Screenshots
The text was updated successfully, but these errors were encountered:
I have also encountered this issue, but only in EDGE and Chrome. In firefox however, this issue seems to not happen. If you find any solution please let me know!
Describe the bug
When selecting text, the selection immediately jumps up several lines. Releasing click correctly brings the cursor back down to where it should have been, and my selection ends up being correct. It's only while dragging that the selection is offset.
I've tested on both Flutter
3.28.0-0.1.pre
and3.29.0-0.2.pre
.This issue does not happen if
readOnly
in the CodeEditor is set totrue
.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Text selection should exactly follow my cursor while dragging
Screenshots
The text was updated successfully, but these errors were encountered: