-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
🪲 bugProduct bug (most likely)Product bug (most likely)💥 regression-previewRegression from a preview releaseRegression from a preview releasea11y-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
- More info
- The issue also can reproduce on .NET 5.0 RC2.
- The issue can't reproduce on .NET SDK 3.1 and .NET 4.8.
-
.NET Core Version:
.NET SDK 6.0.100-alpha.1.20514.15 -
Have you experienced this same bug with .NET Framework?:
No
Problem description:
Missing the 'linkLabel1' link level for LinkLabel control in the inspect tool with UI Automation mode.
Minimal repro:
- Create a .NET Core project with a LinkLabel control.
- Build and run the core project.
- Observe the linkLabel1 control in the Inspect tool on UI Automation mode.
Or
- Open the attached project.
- Build and run the core project.
- Observe the linkLabel1 control in the Inspect tool on UI Automation mode.
Expected behavior:
Have the correct levels displayed for linkLabel1 control in the Inspect tool.
Actual Behavior:
Missing the "linkLabel1 link" level for LinkLabel control in the inspect tool.
Reactions are currently unavailable
Metadata
Metadata
Labels
🪲 bugProduct bug (most likely)Product bug (most likely)💥 regression-previewRegression from a preview releaseRegression from a preview releasea11y-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