Skip to content

Two navigation stops for mdc radio buttons with TalkBack #14385

Closed
@tristanhale

Description

@tristanhale

Bug, feature request, or proposal:

When using Android TalkBack, the system highlights interactive elements with a green border when they are focused. On some components, such as mat-select, are highlighted as expected. However, mat-checkbox and mat-radio-button seem to be suppressing the highlighting.
It may be due to "-webkit-tap-highlight-color: transparent", introduced in #11349.

What is the expected behavior?

mat-checkbox and mat-radio-button should be highlighted when they are focused by the screen reader.

What is the current behavior?

mat-checkbox and mat-radio-button are not highlighted when they are focused by the screen reader.

What are the steps to reproduce?

Go to https://material.angular.io/components/checkbox/overview on an Android phone with TalkBack enabled. Swipe horizontally until the attention is focused on the checkbox. You will see hear that that checkbox is focused and can be interacted with, but it is not highlighted on the screen.

What is the use-case or motivation for changing an existing behavior?

Which versions of Angular, Material, OS, TypeScript, browsers are affected?

Is there anything else we should know?

Metadata

Metadata

Labels

AccessibilityThis issue is related to accessibility (a11y)GThis is is related to a Google internal issueP2The issue is important to a large percentage of users, with a workaroundandroidIssues specific to Androidarea: material/radio

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions