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 radio buttons and radio button groups #24

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

Add UIA support for radio buttons and radio button groups #24

mwcampbell opened this issue Sep 21, 2021 · 1 comment

Comments

@mwcampbell
Copy link
Contributor

These controls require us to implement the UIA selection and selection item patterns, as with list boxes in #23. Re-use as much of the code for implementing these patterns as possible, while still accounting for differences between these control types.

@mwcampbell
Copy link
Contributor Author

#90 partially addresses this. I don't think I have to actually implement the UIA selection pattern to support radio groups, but we do need to compute position and count from the radio_group field on a given radio button. Leaving this open for now.

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