[Servicing 3.1] [Accessibility] DefaultAction is empty for Combobox when "LegacyIAccessible" pattern is supported and Accessible Role is changed. #3713
Labels
tenet-accessibility
MAS violation, UIA issue; problems with accessibility standards
.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:
The text was updated successfully, but these errors were encountered: