Skip to content

[Accessiblity] Narrator cannot announce items correctly when switching the items by using up/down keyboard arrow that without expand the dropdown list panel #12421

Closed
@MelonWang1

Description

@MelonWang1

.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.

.NET 3.1:
Image

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.
Image

narrtor.mp4

Expected behavior:
Compare with NVDA tool, Narrator should be read the FlatStyle/BoserStyle property item only once and in its entirety.
Image

nvda.mp4

Steps to reproduce

  1. Create a .NET Core Winforms project.
  2. Add a Label and PropertyGrid controls in form designer.
  3. Set the SelectedObject property to Label1 in propertyGrid1 control.
  4. Build and run project.
  5. Open Narrator tool and select FlatStyle/BoserStyle property in propertyGrid control.
  6. Use keyboard up and down key to select property item.

More info:

  1. The issue cannot reproduce on standard combobox control.
  2. The issue also can reproduce with other properties.
  3. This issue cannot repro in NVDA tool.

Metadata

Metadata

Assignees

Labels

💥 regression-releaseRegression from a public release🚧 work in progressWork that is current in progresstenet-accessibilityMAS violation, UIA issue; problems with accessibility standards

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions