Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TalkBack reads the label text twice #193

Open
2 tasks done
ByteHamster opened this issue Feb 29, 2024 · 0 comments
Open
2 tasks done

TalkBack reads the label text twice #193

ByteHamster opened this issue Feb 29, 2024 · 0 comments

Comments

@ByteHamster
Copy link

Step 1: Are you in the right place?

  • I have verified there are no duplicate active or recent bugs, questions, or requests
  • I have verified that I am using the latest version of the library.

Step 2: Describe your environment

  • Library version: 3.3.0
  • Android version: 13
  • Support library version: ?
  • Device brand: OnePlus
  • Device model: 7T

Step 3: Describe the problem:

Steps to reproduce:

  1. Activate TalkBack
  2. Open the action menu

Observed Results:

  • The labels are read twice, once for the actual text labels and once for the FAB images. TalkBack users have to swipe twice to get to the next item because each item is focused twice.

Expected Results:

  • Read and focus each action only once.

Relevant Code:

I think this was introduced in 6653f91, which sets a content description on the FABs even if there already is a label anyway. Instead, if there is a label, it should set the FAB to be not important for accessibility.

See also: AntennaPod/AntennaPod#6692

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant