-
Notifications
You must be signed in to change notification settings - Fork 30.4k
[web] Text selection from right to left inside text fields is broken #74504
Copy link
Copy link
Closed
flutter/engine
#24214Labels
P0Critical issues such as a build break or regressionCritical issues such as a build break or regressiona: text inputEntering text in a text field or keyboard related problemsEntering text in a text field or keyboard related problemsc: regressionIt was better in the past than it is nowIt was better in the past than it is nowf: material designflutter/packages/flutter/material repository.flutter/packages/flutter/material repository.found in release: 1.26Found to occur in 1.26Found to occur in 1.26has reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work onplatform-webWeb applications specificallyWeb applications specificallyr: solvedIssue is closed as solvedIssue is closed as solved
Metadata
Metadata
Assignees
Labels
P0Critical issues such as a build break or regressionCritical issues such as a build break or regressiona: text inputEntering text in a text field or keyboard related problemsEntering text in a text field or keyboard related problemsc: regressionIt was better in the past than it is nowIt was better in the past than it is nowf: material designflutter/packages/flutter/material repository.flutter/packages/flutter/material repository.found in release: 1.26Found to occur in 1.26Found to occur in 1.26has reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work onplatform-webWeb applications specificallyWeb applications specificallyr: solvedIssue is closed as solvedIssue is closed as solved
Steps to Reproduce
Tested on
masterbranchflutter config --enable-webflutter create bug.MyHomePageclass with this codeflutter run -d chromeExpected results:
This was run on
1.26.0-1.0.pre-devText.selection.right.mp4
Actual results:
If selected from left to right everything works fine, but if selected from right to left, you cannot manipulate the selected text.
Text.Selection.mp4
Logs