Issue Link
#133908
Commit Hash
554a456
Target
stable
PR Link
flutter-team-archive/engine#45677
Changelog Description
Fix a bug where IME languages fails to enter text in iOS 17.
Impacted Users
All Flutter users with using IME languages (e.g. Chinese) in iOS 17
Impact Description
This is a deal breaker bug in iOS 17 for IME languages, if users are not able to enter text.
Workaround
No workaround
Risk
low
Test Coverage
yes
Validation Steps
- Create a dummy flutter project with an Editable text (or just use flutter/dev/integration_tests/ios_platform_view_tests project)
- Change settings to IME language (e.g. Chinese)
- With this fix, user will be able to enter text.
Issue Link
#133908
Commit Hash
554a456
Target
stable
PR Link
flutter-team-archive/engine#45677
Changelog Description
Fix a bug where IME languages fails to enter text in iOS 17.
Impacted Users
All Flutter users with using IME languages (e.g. Chinese) in iOS 17
Impact Description
This is a deal breaker bug in iOS 17 for IME languages, if users are not able to enter text.
Workaround
No workaround
Risk
low
Test Coverage
yes
Validation Steps