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

Selected State does not annonce when ProgressBarAndroid Component selected #64

Open
amarlette opened this issue May 2, 2021 · 2 comments

Comments

@amarlette
Copy link

From facebook/react-native#30958

Description

Does not announce "selected" on the focus of ProgressBarAndroid Component.

This issue is covered in-depth by parent issue #30842, please check there for more details.

Expected Behavior

Upon focus of an element with the "selected" accessibilityState set to true, the focus announcement should say "selected". Upon change from selected to not selected, no additional announcement should be made, however on state change from unselected to selected, an announcement of "selected" should be made. This works properly on some element, such as <Text>, and not on others, such as <Button>.

Snack

https://snack.expo.io/NCALByZTa

Android Details

The "selected" accessibilityState should correlate with Android's View's "selected" property, which seems to be properly working in most instances. It is likely the components where this doesn't work have problems on the Javascript side, and not the Android side.

React Native version:

0.63

@amarlette
Copy link
Author

@hardikshah197 this is the issue I opened from the facebook/react-native repo

@hardikshah197
Copy link

Thank you @amarlette for this important update, I'll take it up and start working on this repo only.

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

2 participants