Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Accessibility] ToolStripComboBox/ToolStripTextBox items' name property cannot be null #3663

Closed
Ashley-Li opened this issue Jul 29, 2020 · 1 comment · Fixed by #3679 or #3681
Closed
Labels
a11yMAS High Priority - Accessibility violation of Microsoft Accessibility Standards tenet-accessibility MAS violation, UIA issue; problems with accessibility standards

Comments

@Ashley-Li
Copy link

Ashley-Li commented Jul 29, 2020

  • .NET Core Version: .Net SDK 5.0.100-rc.1.20378.13

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

  • More info
    This issue can reproduce on contextMenuStrip/MenuStrip.
    Minimal repro::

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

Actual behavior::
Use the tool to test out the following error,toolStripComboBox/ToolStripTextBox items' name property cannot be null.
ComboBox

Expected behavior:
ToolStripComboBox/ToolStripTextBox items' name property cannot be null.

Tanya-Solyanik added a commit to Tanya-Solyanik/winforms that referenced this issue Jul 31, 2020
@ghost ghost added the 🚧 work in progress Work that is current in progress label Jul 31, 2020
@RussKie RussKie added the tenet-accessibility MAS violation, UIA issue; problems with accessibility standards label Jul 31, 2020
Tanya-Solyanik added a commit that referenced this issue Jul 31, 2020
@ghost ghost removed the 🚧 work in progress Work that is current in progress label Jul 31, 2020
@ghost ghost added 🚧 work in progress Work that is current in progress and removed 🚧 work in progress Work that is current in progress labels Jul 31, 2020
@Marie-Shi
Copy link

Verified this issue with .Net 6.0.100-alpha.1.20420.20 from Master branch, this issue is fixed except a known issue: 1588 when adding the following code in *.Designer.cs:
this.toolStripComboBox1.AccessibleName = "Custom accessible name for CB";
this.toolStripTextBox1.Text = "toolStripTextBox1";
testApp.zip
11

@merriemcgaw merriemcgaw added the a11yMAS High Priority - Accessibility violation of Microsoft Accessibility Standards label Sep 9, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Jan 31, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a11yMAS High Priority - Accessibility violation of Microsoft Accessibility Standards tenet-accessibility MAS violation, UIA issue; problems with accessibility standards
Projects
None yet
6 participants