microsoft/accessibility-insights-windows

[BUG] Tab stops: when starting or stopping recording and "provide feedback with sound" is enabled, no sound plays

codeofdusk opened this issue · 2 comments

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

  1. Enable "provide feedback with sound" in settings, or leave it on "automatic" and set the screen reader flag.
  2. Test an app (set focus, then Shift+F8).
  3. Go to the "tab stops" tab.
  4. 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.

This issue has been marked as ready for team triage; we will triage it in our weekly review and update the issue. Thank you for contributing to Accessibility Insights!