-
Notifications
You must be signed in to change notification settings - Fork 992
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 Insights] An element of the given ControlType must support the Text pattern for edit controls: TextBox/MaskedTextBox/ComboBox/NumericUpDown/DomainUpDown #1588
Labels
a11yMAS
High Priority - Accessibility violation of Microsoft Accessibility Standards
🪲 bug
Product bug (most likely)
tenet-accessibility
MAS violation, UIA issue; problems with accessibility standards
Comments
Marie-Shi
changed the title
[Accessibility Insights] An element of the given ControlType must support the Text pattern of NumericUpDown/DomainUpDown
[Accessibility Insights] An element of the given ControlType must support the Text pattern of NumericUpDown/DomainUpDown edit
Aug 8, 2019
Marie-Shi
changed the title
[Accessibility Insights] An element of the given ControlType must support the Text pattern of NumericUpDown/DomainUpDown edit
[Accessibility Insights] An element of the given ControlType must support the Text pattern for edit controls: TextBox/MaskedTextBox/ComboBox/NumericUpDown/DomainUpDown
Aug 8, 2019
zsd4yr
added
tenet-accessibility
MAS violation, UIA issue; problems with accessibility standards
🪲 bug
Product bug (most likely)
labels
Aug 16, 2019
@M-Lipin assigning to you |
RussKie
added
the
a11yMAS
High Priority - Accessibility violation of Microsoft Accessibility Standards
label
Aug 16, 2019
ghost
added
🚧 work in progress
Work that is current in progress
and removed
🚧 work in progress
Work that is current in progress
labels
Aug 7, 2020
vladimir-krestov
added a commit
to vladimir-krestov/winforms
that referenced
this issue
Sep 8, 2020
- Implement base integration to AccessibleObject - Add TextPattern support for TextBox (singleline and multiline) and MaskedTextBox - Disable managed UiaTextProvider for RichTextBox to use native provider as the native Win32 RichEdit control already supports TextPattern. Return ControlAccessibleObject as AccessibilityInstance instead TextBoxBaseAccessibleObject (the latter supports managed UiaTextProvider). - Add tests Fixes dotnet#1588 (cherry picked from commit f2baffc)
This was referenced Sep 10, 2020
vladimir-krestov
added a commit
to vladimir-krestov/winforms
that referenced
this issue
Sep 23, 2020
Just need to get this ported to 6. |
ghost
locked as resolved and limited conversation to collaborators
Feb 5, 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
🪲 bug
Product bug (most likely)
tenet-accessibility
MAS violation, UIA issue; problems with accessibility standards
Affected controls:
TextBox/MaskedTextBox/ComboBox/NumericUpDown/DomainUpDown
Problem description:
NumericUpDown_DomainUpDown.zip
Actual behavior:
An element of the given ControlType doesn’t support the Text pattern.
Violation: Section 508 502.3.10
Please see the below Screenshot:
NumericUpDown:
DomainUpDown:
Expected behavior:
NumericUpDown and DomainUpDown eidt should support the Text pattern.
[EDIT]
TextBox
Adding TextPattern providers to TextBox and UpDown controls #2701MaskedTextBox
Adding TextPattern providers to TextBox and UpDown controls #2701ComboBox
Adding TextPattern providers to TextBox and UpDown controls #2701NumericUpDown
Adding Text pattern to UpDownControls #3878DomainUpDown
Adding Text pattern to UpDownControls #3878The text was updated successfully, but these errors were encountered: