We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
The TabView control fails basic accessibility tests because it does not implement the selection pattern.
TabView
Steps to reproduce the bug
<winui:TabView> <winui:TabViewItem Header="first"/> <winui:TabViewItem Header="second"/> </winui:TabView>
Expected behavior
The default behavior of the control should not contain anything that causes it to fail basic accessibility checks. Specifically Section 508 502.3.10.
Screenshots
Version Info
NuGet package version: Microsoft.UI.Xaml 2.4.2
Additional context
This was discovered while reviewing the accessibility of applications generated by Windows Template Studio. (microsoft/TemplateStudio#3723)
The text was updated successfully, but these errors were encountered:
This was fixed with #2856 .
Sorry, something went wrong.
@mrlacey This is fixed by PR #2856 I believe.
Closing as duplicate of #2856 but still happens with 2.5.0-prerelease.200708003
No branches or pull requests
Describe the bug
The
TabView
control fails basic accessibility tests because it does not implement the selection pattern.Steps to reproduce the bug
Expected behavior
The default behavior of the control should not contain anything that causes it to fail basic accessibility checks.
Specifically Section 508 502.3.10.
Screenshots
Version Info
NuGet package version: Microsoft.UI.Xaml 2.4.2
Additional context
This was discovered while reviewing the accessibility of applications generated by Windows Template Studio. (microsoft/TemplateStudio#3723)
The text was updated successfully, but these errors were encountered: