Skip to content

[Android][iOS] Ensure misspelled text is only highlighted once the word is not being composed #119534

@camsim99

Description

@camsim99

Currently, spell check logic uses the composing region to determine whether a misspelled word is being composed and thus, whether or not it should be highlighted as misspelled. This approach is flawed because iOS and Android devices not using Gboard may not have a valid composing region to rely on. Therefore, this logic must be refactored as to not be reliant on the composing region.

Metadata

Metadata

Assignees

Labels

P1High-priority issues at the top of the work lista: text inputEntering text in a text field or keyboard related problemsframeworkflutter/packages/flutter repository. See also f: labels.platform-androidAndroid applications specificallyplatform-iosiOS applications specifically

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions