TextField's text is duplicated on iOS Japanese Keyboard after v1.15.21 #52718
Labels
a: internationalization
Supporting other languages or locales. (aka i18n)
a: text input
Entering text in a text field or keyboard related problems
c: regression
It was better in the past than it is now
engine
flutter/engine repository. See also e: labels.
framework
flutter/packages/flutter repository. See also f: labels.
platform-ios
iOS applications specifically
TextField
's text is duplicated on iOS Japanese Keyboard after v1.15.21.On Android, there are no problems.
And before v1.15.20, there are no problems on on iOS Japanese Keyboard.
Steps to Reproduce
Run this on iOS simulator or device(I confirmed it by iPhone 11 Pro simulator).
Expected results:
「あかさ」should be shown and 「あかさ」is selected until
return
key typed.Actual results:
「ああかあかあかさあかさ」was shown and text wasn't selected(no underline).
Logs
I examined this a little
args
is wrong at this point:flutter/packages/flutter/lib/src/services/text_input.dart
Line 1067 in 3e63411
The text was updated successfully, but these errors were encountered: