-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
Settings dialog: Not possible to switch radio buttons with the keyboard #9566
Comments
Huh, that's weird. Those should work, because they definitely work in the XAML Controls Gallery. Thanks! |
Yes, I know other XAML-based apps where this works, so it is a problem specific to the way this XAML is marked up. I also reported another issue where the radio buttons aren't associated with a true group element. Perhaps these two are related. |
Oh jeez, this is microsoft/microsoft-ui-xaml#3156 |
@DHowett and @cinnamon-msft Here's a thought: should we replace any instance of |
Replaces all the `RadioButton` expanders with `ComboBox`es, which can have the options inline, as opposed to in the expander content. For example, here's a single commit with the changes for a single one of these settings: 745c77d ### Checklist * [x] Closes #12648 * [x] Actually closes #9566 as well (by just removing all radio buttons) * [x] I work here * [x] Tested manually * [x] I'd love @carlos-zamora to have an a11y pass at this, just to see if it's egregious or not. ### Before, after: ![image](https://user-images.githubusercontent.com/18356694/161822068-939ff875-00ff-454a-8b58-cb843ba801f4.png)
Replaces all the `RadioButton` expanders with `ComboBox`es, which can have the options inline, as opposed to in the expander content. For example, here's a single commit with the changes for a single one of these settings: 745c77d ### Checklist * [x] Closes #12648 * [x] Actually closes #9566 as well (by just removing all radio buttons) * [x] I work here * [x] Tested manually * [x] I'd love @carlos-zamora to have an a11y pass at this, just to see if it's egregious or not. ### Before, after: ![image](https://user-images.githubusercontent.com/18356694/161822068-939ff875-00ff-454a-8b58-cb843ba801f4.png) (cherry picked from commit 9e03800) Service-Card-Id: 81744877 Service-Version: 1.13
🎉This issue was addressed in #12833, which has now been successfully released as Handy links: |
🎉This issue was addressed in #12833, which has now been successfully released as Handy links: |
Windows Terminal version (or Windows build number)
Windows Terminal Preview Version: 1.7.572.0
Other Software
No response
Steps to reproduce
Expected Behavior
Focus should switch to the other radio buttons, and the selection/check mark moves with it.
Actual Behavior
Nothing happens.
Using arrow keys is the standard way to interact with a set of radio buttons.
The text was updated successfully, but these errors were encountered: