TabControl doesn't send the name of selected tab to accessibility clients on initial focus #12866
Labels
tenet-accessibility
MAS violation, UIA issue; problems with accessibility standards
untriaged
The team needs to look at this issue in the next triage
.NET version
9.0.100
Did it work in .NET Framework?
Not tested/verified
Did it work in any of the earlier releases of .NET Core or .NET 5+?
No response
Issue description
Normally, when focusing a tab control using a screen reader, the name of the selected tab is announced. You can even see this in Winforms, by creating a tab control and then tabbing onto it. However, if the tab control gets the initial focus, or is the firstly focused item when you alt+tab back to the window, this doesn't happen. Here's a minimal C# Form to showcase this. I wrote and ran this with the dotnet CLI on Windows 10 IoT LTSC. Tested with NVDA, JAWS, and narrator.
Steps to reproduce
The text was updated successfully, but these errors were encountered: