Accessibility Regression (Android, 0.75.4): ScrollView causes entire layout to be focused by TalkBack #50950
Labels
Component: ScrollView
Impact: Regression
Describes a behavior that used to work on a prior release, but stopped working recently.
Needs: Author Feedback
Needs: Repro
This issue could be improved with a clear list of steps to reproduce the issue.
Platform: Android
Android applications.
Type: Unsupported Version
Issues reported to a version of React Native that is no longer supported
Description
After updating to React Native 0.75.4, an accessibility regression was observed when using TalkBack on Android devices.
If a
ScrollView does
not explicitly setimportantForAccessibility="no"
, TalkBack moves focus to the entire layout and announces all its contents at once, instead of focusing element-by-element as expected.This behavior was not present in earlier versions of React Native.
Steps to reproduce
importantForAccessibility="no"
on theScrollView
.React Native Version
0.75.4
Affected Platforms
Runtime - Android
Output of
npx @react-native-community/cli info
Stacktrace or Logs
MANDATORY Reproducer
N/A
Screenshots and Videos
No response
The text was updated successfully, but these errors were encountered: