Skip to content

A11y initial focus on "dismiss barrier" when showing a dismissable AlertDialog  #46625

@mehmetf

Description

@mehmetf

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 lista: accessibilityAccessibility, e.g. VoiceOver or TalkBack. (aka a11y)customer: money (g3)f: material designflutter/packages/flutter/material repository.frameworkflutter/packages/flutter repository. See also f: labels.platform-iosiOS applications specifically

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions