-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
🪲 bugProduct bug (most likely)Product bug (most likely)tenet-accessibilityMAS violation, UIA issue; problems with accessibility standardsMAS violation, UIA issue; problems with accessibility standards
Description
Related issues:
- [Accessibility Insights] An element of the given ControlType must support the Text pattern for edit controls: TextBox/MaskedTextBox/ComboBox/NumericUpDown/DomainUpDown #1588
- [Accessibility] An element of the given ControlType must support the Text pattern for PropertyGrid: Text tree items #3683
- DataGridView's edit controls don't support UIA Text pattern as required by UIA rules #2786
- [Accessibility] ToolStripTextBox must support Text pattern #3860
The issue reproduces only in a context of Text pattern implementation
- .NET Core Version: 5.0.0-rc.1.20431.5
- Have you experienced this same bug with .NET Framework?: No (Text pattern is not implemented)
Problem description:
-
ScreenReader doesn't show the blue rectangle around an added character when typing a text in
ToolStripTextBox,DataGridViewTextBoxCell,PropertyGridView.GridViewEdit
Expected behavior:
Minimal repro:
- Create .Net 5.0 app
- Add
ToolStripTextBox,DataGridViewTextBoxCell,PropertyGridView.GridViewEditto the app - Run the app and Narrator
- Try to type a text in a text field
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
🪲 bugProduct bug (most likely)Product bug (most likely)tenet-accessibilityMAS violation, UIA issue; problems with accessibility standardsMAS violation, UIA issue; problems with accessibility standards

