Winforms: [Accessibility] The Name property must not include the element's control type for toolStripProgressBar

Created on 31 Jul 2020  路  9Comments  路  Source: dotnet/winforms

  • .NET Core Version:
    5.0.100-rc.1.20379.16

  • Have you experienced this same bug with .NET Framework?:
    Yes

  • Problem description:
    Name property must not include the element's control type for toolStripProgressBar in ToolStrip and StatusStrip controls

Minimal repro:

  1. Extract following attached app and open it in VS.
    WindowsFormsApp48.zip
  2. Build and run the project.
  3. Open Accessibility Insights For Windows tool, select focus on form and view result.

Actual behavior:
Get 2 errors for toolStripProgressBar in ToolStrip and StatusStrip controls
image
image

Expected behavior:
No error

tenet-accessibility

All 9 comments

@Olina-Zhang is the AccessibleName property available for this control? Can you set that in the sample app and see if that resolves the problem?

@merriemcgaw Yes, it has. We can set it in sample app to resolve it. Updated this info in bug: https://dev.azure.com/devdiv/DevDiv/_workitems/edit/1159873
image
image
Do we keep this bug opening to update default name property or resolve it with custom AccessibleName property by developer?

@Olina-Zhang please do that, it will close out another issue for us. Thanks so much!

@merriemcgaw What about this Github issue?

If you've fixed the issue in the sample app, please do close this one. Thanks!

If you've fixed the issue in the sample app, please do close this one. Thanks!

Yes, we have updated the AccessibleName for toolStripProgressBar in sample app from GH winforms repo, so close this issue.

@merriemcgaw, should we move this to "Done" in our project?

@Olina-Zhang has the underlying AzDO bug been closed?

@Olina-Zhang has the underlying AzDO bug been closed?

Yes, it is closed.

Was this page helpful?
0 / 5 - 0 ratings