Skip to content

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

@vladimir-krestov

Description

@vladimir-krestov
  • .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

Metadata

Metadata

Assignees

No one assigned

    Labels

    tenet-accessibilityMAS violation, UIA issue; problems with accessibility standards

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions