Closed
Description
.NET version
.NET SDK 10.0.100-alpha.1.24553.3
Did it work in .NET Framework?
No
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.
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.
- This issue cannot repro in NVDA tool.