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

Add UIA support for tabs #28

Open
mwcampbell opened this issue Sep 21, 2021 · 0 comments
Open

Add UIA support for tabs #28

mwcampbell opened this issue Sep 21, 2021 · 0 comments

Comments

@mwcampbell
Copy link
Contributor

A tab bar is like a list box in that an item (in this case a tab) is selected. But unlike list boxes, it's common to change the selected tab without actually moving focus to the tab bar, e.g. using a keystroke like Ctrl+Tab. So we'll need to make sure that all Windows screen readers announce this type of change. That should be a simple matter of raising the appropriate UIA selection event, but it's worth doing some extra testing here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant