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
[Android] TextField cursor doesn't move to tapped position, but converts into text selection mode after selecting input mode from virtual keyboard. #98720
UPDATE: For current status, see #98720 (comment) and thereafter.
.
.
Original report follows.
I found an issue with TextField, I'm not sure if it's intended or not.
After entering text in the TextField, if you select the text in the middle, the cursor should move to that position.
However, if you add two exclamation marks after the text and select the middle of the text, the cursor does not move to that location, but selects up to that location.
This issue was found in both English and Korean.
Steps to Reproduce
Enter arbitrary strings in the TextField.
Finally, enter two exclamation marks.
Click in the middle of the text.
Instead of moving the cursor to that position, it is selected from the back to the selected point.
UPDATE: For current status, see #98720 (comment) and thereafter.
.
.
Original report follows.
I found an issue with TextField, I'm not sure if it's intended or not.
After entering text in the TextField, if you select the text in the middle, the cursor should move to that position.
However, if you add two exclamation marks after the text and select the middle of the text, the cursor does not move to that location, but selects up to that location.
This issue was found in both English and Korean.
Steps to Reproduce
XRecorder_18022022_120747.mp4
Code sample
flutter doctor -v