-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Closed
Copy link
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work lista: accessibilityAccessibility, e.g. VoiceOver or TalkBack. (aka a11y)Accessibility, e.g. VoiceOver or TalkBack. (aka a11y)customer: money (g3)f: material designflutter/packages/flutter/material repository.flutter/packages/flutter/material repository.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.platform-iosiOS applications specificallyiOS applications specifically
Description
Internal bug: b/145715671
Repro:
- Turn on Talkback.
- Create a barrier dismissable dialog via Flutter on iOS 13.2.
Note that:
- The initial focus is on entire screen (or in some cases on the system clock).
- Unable to move the focus to the dialog by using swipes.
- Tapping into the dialog moves the focus as expected.
Expected Behavior:
- Should be able to swipe and highlight the dialog elements.
- If the dialog is not dismissable, a11y correctly focuses on the elements in the dialog first. We would expect the same behavior from a dismissable dialog. Initial focus should be on the dialog title. Swiping should cycle through the elements including dialog buttons and "screen" (dismiss action).
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work lista: accessibilityAccessibility, e.g. VoiceOver or TalkBack. (aka a11y)Accessibility, e.g. VoiceOver or TalkBack. (aka a11y)customer: money (g3)f: material designflutter/packages/flutter/material repository.flutter/packages/flutter/material repository.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.platform-iosiOS applications specificallyiOS applications specifically