-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Closed
Labels
AccessibilityAccessibility Team - EvaluatedGood first issueInterested in collaborating? Take a stab at fixing one of these issues.Interested in collaborating? Take a stab at fixing one of these issues.Platform: AndroidAndroid applications.Android applications.React Native Engineering - Evaluated
Description
Description
Does not announce "selected" on focus of:
- Button Selected State does not annonce when Button Component selected #30954
- TextInput Selected State does not annonce when TextInput Component selected #30955
- Slider Selected State does not annonce when Slider Component selected #30956
- Picker Selected State does not annonce when Picker Component selected #30957
- ProgressBarAndroid Selected State does not annonce when ProgressBarAndroid Component selected #30958
React Native version:
v0.63
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.
Metadata
Metadata
Assignees
Labels
AccessibilityAccessibility Team - EvaluatedGood first issueInterested in collaborating? Take a stab at fixing one of these issues.Interested in collaborating? Take a stab at fixing one of these issues.Platform: AndroidAndroid applications.Android applications.React Native Engineering - Evaluated