-
Notifications
You must be signed in to change notification settings - Fork 30.4k
Glitch when switching between text fields with autofillHints and autocorrect #89022
Copy link
Copy link
Closed
Labels
a: qualityA truly polished experienceA truly polished experiencea: text inputEntering text in a text field or keyboard related problemsEntering text in a text field or keyboard related problemsf: material designflutter/packages/flutter/material repository.flutter/packages/flutter/material repository.found in release: 2.2Found to occur in 2.2Found to occur in 2.2found in release: 2.6Found to occur in 2.6Found to occur in 2.6frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.has reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work onplatform-iosiOS applications specificallyiOS applications specificallyr: duplicateIssue is closed as a duplicate of an existing issueIssue is closed as a duplicate of an existing issue
Metadata
Metadata
Assignees
Labels
a: qualityA truly polished experienceA truly polished experiencea: text inputEntering text in a text field or keyboard related problemsEntering text in a text field or keyboard related problemsf: material designflutter/packages/flutter/material repository.flutter/packages/flutter/material repository.found in release: 2.2Found to occur in 2.2Found to occur in 2.2found in release: 2.6Found to occur in 2.6Found to occur in 2.6frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.has reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work onplatform-iosiOS applications specificallyiOS applications specificallyr: duplicateIssue is closed as a duplicate of an existing issueIssue is closed as a duplicate of an existing issue
This issue is similar to the one I've posted before: #80423
As you can see on the video the glitching happens when switching between the text fields that have some autofillHints added like
AutofillHints.givenNameand autocorrect set to false.When autocorrect is set to true though the autofill suggestion section doesn't disappear when switching between text fields
but there's still a little flickering in that menu happening but that's not that big of a deal.
Tested on both stable (2.2.3) as well as latest master
code sample
flutter doctor
RPReplay_Final1630037656.MP4