Winforms: [Accessibility] Missing the "linkLabel1 link" level for LinkLabel control in the inspect tool

Created on 16 Oct 2020  路  4Comments  路  Source: dotnet/winforms

  • 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:

  1. Create a .NET Core project with a LinkLabel control.
  2. Build and run the core project.
  3. Observe the linkLabel1 control in the Inspect tool on UI Automation mode.

Or

  1. Open the attached project.
  2. Build and run the core project.
  3. 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.
ExpectResults

Actual Behavior:
Missing the "linkLabel1 link" level for LinkLabel control in the inspect tool.
NewIssueActual

bug regression a11yMAS tenet-accessibility

Most helpful comment

Verified this issue in .Net SDK 5.0.101 build, this issue is fixed.

All 4 comments

@Zheng-Li01 - great bug! Do you happen to know when it regressed?
@merriemcgaw - we are not showing LINK element of the link label... so the user can't click it, we should service it....
@vladimir-krestov - is this a fallout from text patterns?

@Tanya-Solyanik, verified the issue from 5.0.rc2 to 5.0.100-preview.1.20155.7(https://dotnet.microsoft.com/download/dotnet/5.0), the issue reproduce all the time.

Verified this issue with .NET SDK 6.0.100-alpha.1.20562.2, it is fixed that have the correct levels displayed for linkLabel1 control in the Inspect tool.
image

Verified this issue in .Net SDK 5.0.101 build, this issue is fixed.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

0x084E picture 0x084E  路  3Comments

damageboy picture damageboy  路  4Comments

jmairboeck picture jmairboeck  路  5Comments

vladimir-krestov picture vladimir-krestov  路  3Comments

lonitra picture lonitra  路  5Comments