-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
a11y-MASHigh Priority - Accessibility violation of Microsoft Accessibility StandardsHigh Priority - Accessibility violation of Microsoft Accessibility Standardstenet-accessibilityMAS violation, UIA issue; problems with accessibility standardsMAS violation, UIA issue; problems with accessibility standards
Description
- Original Bug: 1129920
- .NET Core Version: 5.0
- Have you experienced this same bug with .NET Framework?: Yes
Problem description:
- ControlType property for Label, GroupBox and other controls doesn't depend on the Role property.
ControlType and Localized control type properties stay unchanged if to change AccessibleRole property value.
Expected behavior:
- ControlType and Localized control type properties should be changed when Accessible Role is changed.
Minimal repro:
- Create a .Net 5.0 app
- Add a Label to the app form
- Change its AccessibleRole value
- Run the app and check LabelAccessibleObject Localized control type accessible property using Inspect
Metadata
Metadata
Assignees
Labels
a11y-MASHigh Priority - Accessibility violation of Microsoft Accessibility StandardsHigh Priority - Accessibility violation of Microsoft Accessibility Standardstenet-accessibilityMAS violation, UIA issue; problems with accessibility standardsMAS violation, UIA issue; problems with accessibility standards