Skip to content

[A11Y]: Semantics is broken on iOS 16 #113377

@838

Description

@838

Internal: b/260681180

On iOS 16.0+ is not possible anymore to tap on Stack's front children if the fist child in Stack is filled. To reach the overlapped children it's only possible by swiping left or right.

The issue is not reproducible on iOS 15 or older.

Steps to Reproduce

  1. Execute flutter run on the code sample on a iOS >=16.0 device
  2. Start VO
  3. Tap on any widget inside the Stack widget.
  4. Note that VO only focuses on the filled widget.

Expected results:
VO should be able to focus on all children in Stack.

RPReplay_Final1665662266.MP4

Metadata

Metadata

Assignees

Labels

P0Critical issues such as a build break or regressiona: accessibilityAccessibility, e.g. VoiceOver or TalkBack. (aka a11y)e: OS-version specificAffects only some versions of the relevant operating systemf: focusFocus traversal, gaining or losing focusfound in release: 3.3Found to occur in 3.3found in release: 3.5Found to occur in 3.5frameworkflutter/packages/flutter repository. See also f: labels.has reproducible stepsThe issue has been confirmed reproducible and is ready to work onplatform-iosiOS applications specificallyr: fixedIssue is closed as already fixed in a newer version

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions