[BUG] WinForms edit control does not support TextPattern
lisli1 opened this issue · 2 comments
Please check whether the bug has already been filed.
Describe the bug
On .NET Framework, WinForms edit (numeric up down) control does not support the TextPattern
To Reproduce
Steps to reproduce the behavior:
See Additional context below for a11ytest file created with the following repro steps:
- Create a WinForms .NET Framework app in Visual Studio
- Open Toolbox and find NumericUpDown
- Add NumericUpDown control to app
- Run the app/form (Debug > Start debugging)
- Run Accessibility Insights for Windows on the form
- See FastPass error
Expected behavior
Running AI Win on an app with the edit control should not flag an accessibility issue regarding support for TextPattern.
Actual behavior
Running AI Win on an app with the edit control flags an accessibility issue: "An element of the given ControlType must support the Text pattern."
Screenshots or .GIF
Desktop (please complete the following information):
- OS: [e.g. Windows 10 1809] (Get the version by running
winver
from the command line) Windows 10.0.19043 Build 19043 - Accessibility Insights for Windows Version: 1.1.1689.1
- Target Application: [e.g. Chrome, Wildlife Manager] any app with WinForms Edit(50004) ControlType
- Target Application Version: [e.g. 22]
Additional context
Priority requested -
Unzip the following zipped file to get a11ytest file with repro
NumericUpDownA11yIssue.zip
This issue has been marked as ready for team triage; we will triage it in our weekly review and update the issue. Thank you for contributing to Accessibility Insights!
This change was included in https://github.com/microsoft/axe-windows/releases/tag/v1.1.1. Closing.