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 drop-down lists (simple combo boxes) #25

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

Add UIA support for drop-down lists (simple combo boxes) #25

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

Comments

@mwcampbell
Copy link
Contributor

The top-level combo box control will need to implement the UIA value pattern to indicate the currently selected item. The drop-down list itself is like the list boxes described in #23. My intuition is that we'll need to pay special attention to making these work correctly with all of the Windows screen readers. But that's based only on my experience as a screen reader developer having issues with different combo box implementations, so maybe it's not as much of a problem in the other direction.

@mwcampbell
Copy link
Contributor Author

I forgot: the top-level combo box control will also need to implement the expand/collapse pattern, to expose whether the drop-down list is opened or closed.

@DataTriny DataTriny self-assigned this Dec 21, 2024
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

2 participants