-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listgood first issueRelatively approachable for first-time contributorsRelatively approachable for first-time contributorsteam-androidOwned by Android platform teamOwned by Android platform teamtriaged-androidTriaged by Android platform teamTriaged by Android platform team
Description
flutter/engine/src/flutter/shell/platform/android/io/flutter/view/AccessibilityBridge.java
Line 968 in 07bbaf0
| result.setHeading(semanticsNode.hasFlag(Flag.IS_HEADER)); |
Right now the accessibility bridge translates isHeader into setHeading. This is not true according to Android team's response https://yaqs.corp.google.com/eng/q/1302440792333221888#a1n1 (internal only).
The correct way to use it is to setHeading when the semanticsnode has non-zero headingLevel
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listgood first issueRelatively approachable for first-time contributorsRelatively approachable for first-time contributorsteam-androidOwned by Android platform teamOwned by Android platform teamtriaged-androidTriaged by Android platform teamTriaged by Android platform team