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

Narrator doesn't announce a text mouse selection in DataGridVIewTextBoxCell and ToolStripTextBox #2794

Closed
vladimir-krestov opened this issue Jan 31, 2020 · 2 comments
Labels
tenet-accessibility MAS violation, UIA issue; problems with accessibility standards

Comments

@vladimir-krestov
Copy link
Contributor

  • .NET Core Version: 5.0.100-alpha.1.20073.10
  • Have you experienced this same bug with .NET Framework?: TextPattern hasn't implemented in .Net 4.8 yet.

Problem description:

  • Narrator doesn't read symbols and a selected text range in DataGridViewTextBoxCell and ToolStripTextBox edit controls when using a keyboard or mouse selecting
    This seems to be due to incorrect handling of keyboard arrow keys pressing.
    (Please check ProcessDialogKey method)
    But if you change the focus and return then Narrator chooses the correct selected range.
    ToolStrip

Expected behavior:

  • Narrator reads symbols and a selected text range as in TextBox, ComboBox
    TextBox

Minimal repro:

  • Create a .Net Core 5.0 app
  • Add ToolStrip or DataGridView with TextBox items
  • Run app and Narrator
  • Check text announcing
@vladimir-krestov
Copy link
Contributor Author

Related PR #2701

@RussKie RussKie added the tenet-accessibility MAS violation, UIA issue; problems with accessibility standards label Feb 2, 2020
@RussKie RussKie added this to the 5.0 milestone Feb 2, 2020
@RussKie RussKie modified the milestones: 5.0 Previews 1-4, 5.0 Apr 20, 2020
@merriemcgaw merriemcgaw modified the milestones: 5.0, 6.0 Sep 1, 2020
@vladimir-krestov vladimir-krestov changed the title [Accessibility]Narrator doesn't announce symbols and a selected range in DGV and ToolStrip Narrator doesn't announce a text mouse selection in DataGridVIewTextBoxCell and ToolStripTextBox Sep 21, 2020
@SergeySmirnov-Akvelon SergeySmirnov-Akvelon self-assigned this Nov 19, 2020
@SergeySmirnov-Akvelon SergeySmirnov-Akvelon removed their assignment Dec 2, 2020
@merriemcgaw
Copy link
Member

In general Narrator users won't be using a mouse to navigate the DGV. Let's close this one until/unless we get specific feedback from a customer or compliance tester that we need to do something here. This is a high risk, high cost issue so we will do it if/when it is raised by customer.

@RussKie RussKie removed this from the 6.0 milestone Dec 3, 2020
@dotnet dotnet locked as resolved and limited conversation to collaborators Feb 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
tenet-accessibility MAS violation, UIA issue; problems with accessibility standards
Projects
None yet
Development

No branches or pull requests

4 participants