accessibility-insights-windows
accessibility-insights-windows copied to clipboard
[BUG] Tab stops: when starting or stopping recording and "provide feedback with sound" is enabled, no sound plays
Please check whether the bug has already been filed.
This repo contains code for Accessibility Insights for Windows. We maintain code for its automated checks rule engine at axe-windows. Most false positive questions or rule clarifications belong in axe-windows, whereas questions about the Accessibility Insights tool UI should go here. If you aren't sure, it's definitely OK to use this repo. Thanks for contributing!
Describe the bug We added new start and stop sounds for event recording, but these don't play when starting and stopping tab stops, making it harder for screen reader users to know whether tab stops is running.
To Reproduce
- Enable "provide feedback with sound" in settings, or leave it on "automatic" and set the screen reader flag.
- Test an app (set focus, then Shift+F8).
- Go to the "tab stops" tab.
- Set focus to the app again, and Shift+F7.
Expected behaviour Sound feedback plays
Actual behaviour Nothing happens
Admittedly, I think sound feedback here would be of little utility, since tab stops is mostly a visual aid anyway.