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
[Accessiblity] Narrator cannot announce items correctly when switching the items by using up/down keyboard arrow that without expand the dropdown list panel #12421
Did it work in any of the earlier releases of .NET Core or .NET 5+?
No, this issue cannot repro in .NET 3.1, can repro in .NET 5.0.
.NET 3.1:
Issue description
When switching the items by using up/down keyboard arrow that without expand the dropdown list panel, Narrator announced the FlatStyle/BoserStyle property item twice, the first time unread in its entirety.
narrtor.mp4
Expected behavior:
Compare with NVDA tool, Narrator should be read the FlatStyle/BoserStyle property item only once and in its entirety.
nvda.mp4
Steps to reproduce
Create a .NET Core Winforms project.
Add a Label and PropertyGrid controls in form designer.
Set the SelectedObject property to Label1 in propertyGrid1 control.
Build and run project.
Open Narrator tool and select FlatStyle/BoserStyle property in propertyGrid control.
Use keyboard up and down key to select property item.
More info:
The issue cannot reproduce on standard combobox control.
The issue also can reproduce with other properties.