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 menus #27

Open
mwcampbell opened this issue Sep 21, 2021 · 1 comment
Open

Add UIA support for menus #27

mwcampbell opened this issue Sep 21, 2021 · 1 comment

Comments

@mwcampbell
Copy link
Contributor

This encompasses both menu bars and popup/context menus. These implement keyboard focus and selection much like list boxes. But menus have their own quirky events, and we'll need to make sure our implementation of these events works correctly with all of the Windows screen readers.

@mwcampbell
Copy link
Contributor Author

I forgot a couple more patterns we'll need for these controls:

Menu items will need to conditionally implement the expand/collapse pattern, since some menu items are submenus.

Menu items will also need to conditionally implement the toggle pattern, since some can be checked like check boxes.

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