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

[Accessibility] Narrator should announce "end of line'" instead of "Space" when focusing on last text position in comboBox and textBox #4749

Closed
Olina-Zhang opened this issue Mar 31, 2021 · 2 comments
Assignees
Labels
tenet-accessibility MAS violation, UIA issue; problems with accessibility standards won't fix: by design Behaviour is by design

Comments

@Olina-Zhang
Copy link
Member

Repro Steps:

  1. Open attached application in VS, build and run it
    WinFormsApp11.zip
  2. Open Narrator to focus the last position of item in comboBox and TextBox
    for comboBox, use mouse expand dropdown list, choose any of item, then move mouse to last position in edit part
    for textBox, from other control tab to textBox, then move mouse to last position in edit part
    Actual behavior:
    Narrator announces "end of line" when moving mouse to last position in edit of comboBox and textBox
    image
    spaceIssue

Expected behavior:
Narrator should announce "end of line" when moving mouse to last position in edit of comboBox and textBox

@Olina-Zhang Olina-Zhang added the tenet-accessibility MAS violation, UIA issue; problems with accessibility standards label Mar 31, 2021
@RussKie RussKie added this to the 6.0 Preview4 milestone Mar 31, 2021
@SergeySmirnov-Akvelon
Copy link
Contributor

This regression is the result of adding text pattern support (#2701) to the TextBox. This issue is reproducible for the ComboBox, because we reused the same logic to support the text pattern (#4540)

@SergeySmirnov-Akvelon
Copy link
Contributor

Since this case is not common and it takes a lot of time to investigate the causes and fix it, we close it as "won't fix". If a customer asks for a fix, we will reopen it.

@RussKie RussKie removed this from the 6.0 Preview5 milestone May 11, 2021
@RussKie RussKie added the won't fix: by design Behaviour is by design label May 11, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Jan 28, 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 won't fix: by design Behaviour is by design
Projects
None yet
Development

No branches or pull requests

4 participants