Skip to content
New issue

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

[Narrator] When expand and collapse one property's dropdown list to another property, Narrator remembers to read the property that was first entered into the propertyGrid with Alphabetical setting #12523

Open
Olina-Zhang opened this issue Nov 21, 2024 · 0 comments
Labels
tenet-accessibility MAS violation, UIA issue; problems with accessibility standards untriaged The team needs to look at this issue in the next triage

Comments

@Olina-Zhang
Copy link
Member

.NET version

10.0.100-alpha.1.24570.15

Did it work in .NET Framework?

Yes

Did it work in any of the earlier releases of .NET Core or .NET 5+?

Cannot repro in .NET 6.0, but repro in .NET 7.0/8.0/9.0

Issue description

When expand and collapse one property's dropdown list to another property, Narrator remembers to read the property that was first entered into the propertyGrid with Alphabetical setting

Actual result:
When setting Alphabetical, go to the propertyGrid where the first property is Button's Text, then expand and close the AutoSize dropdown list, then focus on the AutoEllipsis property.
Image

Issue3_NET10.mp4

Expected result:
When focus on AutoEllipsis property, Narrator doesn't announce the extra Button's Text property
Image

Issue3_NET6.mp4

Steps to reproduce

Repro steps:

  1. Create a WinForms application with PropertyGrid bind to Button
  2. Build and run app
  3. Use narrator for testing PropertyGrid, click Alphabetical toolstripbutton firstly - it will focus on Text property
  4. Find one property: AutoSize with dorpdownlist, click it, Alt+Down to expand, Alt+Down to collapse it
  5. Press Up keyboard to another AutoEllipsis property
@Olina-Zhang Olina-Zhang added untriaged The team needs to look at this issue in the next triage tenet-accessibility MAS violation, UIA issue; problems with accessibility standards labels Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tenet-accessibility MAS violation, UIA issue; problems with accessibility standards untriaged The team needs to look at this issue in the next triage
Projects
None yet
Development

No branches or pull requests

1 participant