You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Open Device Manager
Select Computer and choose Action -> Add legacy hardware
Click Next
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
Desktop (please complete the following information):
OS: Windows Server 2022 (update version 10.20348.2655), Windows 11 24H2 (update version 10.26100.1457)
Accessibility Insights for Windows Version: 1.1.2703.1
Target Application: Add Hardware wizard
Target Application Version: see Windows version
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.
The text was updated successfully, but these errors were encountered:
Due to a large number of false positives (and given the fact that Win32 applications don't support UIA natively), this commit downgrades `SiblingUniqueAndFocusable` to `NeedsReview` in Win32 applications.
Addresses #1046. Supersedes #1038. Addresses microsoft/accessibility-insights-windows#1838.
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:
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
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.
The text was updated successfully, but these errors were encountered: