Issue Link
#131622
Commit Hash
40fb92c
Target
stable
PR Link
flutter-team-archive/engine#45398
Changelog Description
Fix text input system highlight in iOS 17 Beta 7. This is due to a change in Beta 7.
Impacted Users
All iOS 17 users who uses text fields.
Impact Description
The auto correction system highlight is displayed incorrectly, which happens to all text fields for all iOS 17 users
Workaround
NA
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)
- Write a word with typo
- Observe the correct highlight.
Issue Link
#131622
Commit Hash
40fb92c
Target
stable
PR Link
flutter-team-archive/engine#45398
Changelog Description
Fix text input system highlight in iOS 17 Beta 7. This is due to a change in Beta 7.
Impacted Users
All iOS 17 users who uses text fields.
Impact Description
The auto correction system highlight is displayed incorrectly, which happens to all text fields for all iOS 17 users
Workaround
NA
Risk
low
Test Coverage
yes
Validation Steps