microsoft / axe-windows

Automated accessibility testing engine for Windows applications
MIT License
133 stars 62 forks source link

[BUG] False positive with Wizards (property sheet) #1046

Open v-chojas opened 3 weeks ago

v-chojas commented 3 weeks ago

Describe the bug

Wizards are implemented as property sheets with one tab per page and that appears to cause a false positive.

To Reproduce Steps to reproduce the behavior:

  1. Open Device Manager
  2. Select Computer and choose Action -> Add legacy hardware
  3. Click Next
  4. Hover over this window with Accessibility Insights and click Test icon

Expected behavior

No false positives.

Actual behavior

"Focusable sibling elements must not have the same Name and LocalizedControlType" error on each page of the wizard, highlighting the nonexistent "tabs" which are by no means focusable.

Screenshots or .GIF

addhw

Desktop (please complete the following information):

Additional context

I have a minimal repro app I can provide if necessary, but since I could also reproduce this on Windows' own Add Hardware wizard, that one can be used for an easy test.

microsoft-github-policy-service[bot] commented 3 weeks ago

This issue requires additional investigation by the Accessibility Insights team. When the issue is ready to be triaged again, we will update the issue with the investigation result and add "status: ready for triage". Thank you for contributing to Accessibility Insights!