Closed
Description
Steps to Reproduce
Android
- Create a
TextField
- Enter "abc def ghi"
- Long press on "e" to highlight "def"
- Move the touch point to "h", "def gh" is selected as expected
- Move the touch point to "a", the space between "abc" and "def" is selected.
iOS
Double tap drag has not yet been implemented (tracked in #23973), but RenderEditable.selectPositionAt
seems to work only in one direction.
Expected:
- On both iOS and Android, move the touch point to "a", "abc def" should be selected. Also the initially selected word "def" in step 3 should always stay selected after step 3, regardless of the touch point position .
Metadata
Metadata
Assignees
Labels
Matching the OEM platforms betterEntering text in a text field or keyboard related problemsflutter/packages/flutter/cupertino repositoryflutter/packages/flutter/material repository.Found to occur in 3.3Found to occur in 3.5flutter/packages/flutter repository. See also f: labels.The issue has been confirmed reproducible and is ready to work onIssue is closed as already fixed in a newer version