-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
a: internationalizationSupporting other languages or locales. (aka i18n)Supporting other languages or locales. (aka i18n)a: 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 nowe: device-specificOnly manifests on certain devicesOnly manifests on certain devicesengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.
Milestone
Description
Steps to Reproduce
- Create a simple project with a text input widget (TextField or TextFormField).
- Use a Samsung device.
- Choose Input method: Samsung Keyboard.
- Select language: Vietnamese (I haven't test all other languages yet, but Vietnamese 100% "works").
- Checkout Flutter repo to 1 of these commits:
* 6ecb05213 ======> BAD
* c268b6c3d ======> GOOD
* 18984101d ======> GOOD
* d1185337c ======> GOOD
First, I figured out it works with v1.15.3 and the bug shows on v1.15.4, then I tried to check the commits between those versions ("binary check") and found out that the bug started to show on commit 6ecb052
There might something changed in Flutter's engine that caused the problem.
Metadata
Metadata
Assignees
Labels
a: internationalizationSupporting other languages or locales. (aka i18n)Supporting other languages or locales. (aka i18n)a: 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 nowe: device-specificOnly manifests on certain devicesOnly manifests on certain devicesengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.
