Skip to content

Conversation

@M-Lipin
Copy link
Contributor

@M-Lipin M-Lipin commented Apr 3, 2020

Fixes #2164

Proposed changes

  • Adding UIA navigation to the Form control;
  • Adding UIA support for Control;
  • Adding UIA previous and next navigation to base Control.

Customer Impact

  • Narrator caps navigation will take into account control tab index.
  • There will be no mismatch between common tab navigation accompanied with Narrator announcement and Narrator caps navigation.

Regression?

  • No

Risk

  • Middle risk as requires switching to UIA for all controls. Need to rebase on 5.0.

Screenshots

Before

image

After

  • To be added (work in progress).

Test methodology

  • To be tested.

Accessibility testing

  • To be added.

Test environment(s)

  • To be added.

Initial PR: #2167

Microsoft Reviewers: Open in CodeFlow

Mikhail Lipin and others added 6 commits April 13, 2020 17:25
…case when current child is not specified (first or last child in the form), for case when some controls have same tab index.
…ps_navigation

Adding UIA accessible objects for Label, Button, Splitter, GroupBox, PictureBox, CheckBox and ListView controls.
@M-Lipin
Copy link
Contributor Author

M-Lipin commented May 4, 2020

❗ Please do not review at this moment as the controls' changes will be moved to separate PRs.

@vladimir-krestov
Copy link
Contributor

Will be reopened when UIA support is implemented for all controls

@ghost ghost locked as resolved and limited conversation to collaborators Feb 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Narrator focus is not moving in proper logical order when user is navigating by using caps + arrow keys (tab index is ignored)

3 participants