Event not triggered when state changes while using accessibilityLiveRegion #14608
Labels
Area: Accessibility
bug
Needs: Attention 👋
An issue that had been tagged "Needs: Author Feedback" has received activity (label applied by bot)
New Architecture
Broad category for issues that apply to the RN "new" architecture of Turbo Modules + Fabric
Milestone
Problem Description
So as per the code for the Switch Component
react-native-windows/packages/@react-native-windows/tester/src/js/examples-win/Switch/SwitchExample.windows.js at main · microsoft/react-native-windows
there are four toggle button .
The first button (1,1) doesn't have liveregion prop
Second one (1,2) has liveregion prop set to none
Third one (2,1) has liveregion prop set to polite
Fourth one (2,2) has liveregion prop set to assertive
But when using narrator , all the buttons are behaving in the same way
Narrator.mp4
Steps To Reproduce
Run RNTester App ,Navigate to the switch component , and open the narrator app and try
Expected Results
Narrator should narrate 3rd and 4th button when its state changes multiple times.
CLI version
15.0.0-alpha.2
Environment
Community Modules
No response
Target Platform Version
None
Target Device(s)
No response
Visual Studio Version
None
Build Configuration
None
Snack, code example, screenshot, or link to a repository
No response
The text was updated successfully, but these errors were encountered: