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

[Servicing 3.1] [Accessibility] DefaultAction is empty for Combobox when "LegacyIAccessible" pattern is supported and Accessible Role is changed. #3713

Closed
SergeySmirnov-Akvelon opened this issue Aug 10, 2020 · 3 comments
Assignees
Labels
tenet-accessibility MAS violation, UIA issue; problems with accessibility standards

Comments

@SergeySmirnov-Akvelon
Copy link
Contributor

.NET Core Version: 3.1
Have you experienced this same bug with .NET Framework?: No

Problem description:
The DefaultAction is empty for Combobox when role is default and "LegacyIAccessible" pattern is supported.
The DefaultAction stays empty if change the Role property value and "LegacyIAccessible" pattern is supported.

Expected behavior:
The DefaultAction should be "Expand" for Combobox when role is default and "LegacyIAccessible" pattern is supported.
The DefaultAction property should be changed when Accessible Role is changed.

Minimal repro:

  1. Add supporting of "LegacyIAccessible" pattern for Combobox
  2. Create a .Net 5.0 app
  3. Add a Combobox to the app form
  4. Run the app and check "DefaultAction" property using Inspect
@Tanya-Solyanik
Copy link
Member

@Olina-Zhang - could you please see if this bug repros on .NET 7.0. If it does not repro, I suggest we close this bug as we have no request for servicing. Thanks

@Olina-Zhang
Copy link
Member

@Tanya-Solyanik how to add supporting of "LegacyIAccessible" pattern for Combobox described in above step1? I verified it cannot repro in .Net core 3.1 and 7.0 if skip it.

@vladimir-krestov
Copy link
Contributor

We can't set LegacyIAccessible outside. So, if it can't repro, let's close the issue.

@ghost ghost removed this from the .NET 7.0 milestone Jun 2, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Jul 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
tenet-accessibility MAS violation, UIA issue; problems with accessibility standards
Projects
None yet
Development

No branches or pull requests

7 participants