Radio buttons focus order - setup wizard, step 4
See original GitHub issueSummary
Testing keyboard navigation of the Setup Wizard - in step 4 the first option Self-managed
is selected by default, but there is no way to select either of the remaining two by keyboard, because after grabbing the first, the focus next jumps to the Finish
button.
System information
- Version:
kolibri-0.6.dev020171007224512-git.pex
- Operating system: Ubuntu 17.04
- Browser: Chrome
Screenshots
Issue Analytics
- State:
- Created 6 years ago
- Comments:14 (14 by maintainers)
Top Results From Across the Web
Likert tabbing order / selecting radio buttons.
I am trying to setup some content so it's accessible. I have found using the keyboard very hard when on a Likert scale...
Read more >Accessibility: Radio Buttons do not Correctly Focus and Select ...
Accessibility: Radio Buttons do not Correctly Focus and Select the First Option with Backward Tab Keyboard Navigation.
Read more >Radio Group Example Using Roving tabindex | APG | WAI - W3C
div. Identifies the div element as a container for a group of radio buttons. Is not focusable because focus is managed using a...
Read more >Focus of some system checkboxes or radio buttons are not ...
Solved: Hi, I've got a problem while UI-programming: On my window are severel controls, some of them are system checkboxes.
Read more >Radio button design: easy selection and decision-making
Radio buttons are typically used when the user is required to fill in a form, configure settings or complete a survey. They should...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
intentionally changed here: https://github.com/learningequality/kolibri/pull/2376
intentionally changed here: https://github.com/learningequality/kolibri/pull/2301
Yes, it’s unintuitive if you’re used to tabbing through everything, but it seems like it is the correct behavior to tab into the radio button group (so the group is a single form element), but to navigate within the group, you have to use the arrow buttons (per the W3) doc. Also see https://stackoverflow.com/questions/14322564/can-you-tab-through-all-radio-buttons#14322755