-
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
Change radio button options in settings to listbox options #12648
Comments
Yep, this is something we're planning on doing, just haven't had the chance to do yet. https://github.com/microsoft/terminal/compare/dev/migrie/b/12648-radio-to-combobox has a super simple proof of concept of how easy this should be to do. I haven't validated a11y properties on that though, which I think was our biggest concern? But this is super easy so we may want to pull in for 1.14. @PankajBhojwani for thoughts. He may remember why we hadn't done this before. |
i love it |
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: |
Description of the new feature/enhancement
Since the settings area changed over to the Windows 11 style, extra navigation is needed to the any settings that use radio buttons to display the options.
An example below is the theme setting.
If these radio options were changed into listbox options (similar to the language option) then the currently set value would be visible immediatly and could be changed easier without the need for extra navigation to expand the box.
The text was updated successfully, but these errors were encountered: