Missing focus states/events for radio buttons in VPN-support dialog
See original GitHub issueDescription
Missing focus states/events for radio buttons in VPN-support dialog
Steps to Reproduce
- install
1.39.86
- launch Brave
- set up VPN on
development
env for the SKUs SDK (lots of separate steps) - click on the VPN icon
- click on the location
- press
tab
/shift+tab
(reverse) to try to cycle through the radio buttons of the elements
Actual result:
Radio button controls are not in the tabindex
and are skipped
Expected result:
Each element and their radio-button control should be tab-focusable/have a focus ring
Reproduces how often:
100%
Brave version (brave://version info)
Brave | 1.39.86 Chromium: 101.0.4951.41 (Official Build) beta (x86_64) |
---|---|
Revision | 93c720db8323b3ec10d056025ab95c23a31997c9-refs/branch-heads/4951@{#904} |
OS | macOS Version 11.6.5 (Build 20G527) |
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:6
Top Results From Across the Web
Dialog focus is not on checked RadioButton,but on the first ...
After run ③、the focus is on first RadioButton(CButton A) in the dialog(A), and Button C is checked on . Refer to below info,it...
Read more >Block element via CSS doesn't capture the correct element #904
Missing focus states/events for radio buttons in VPN-support dialog #22631 ... Clicking on VPN-location radio buttons doesn't work #22632.
Read more >javascript - making focus invisible for radio buttons on click but ...
How do I make focus invisible for radio buttons only on click (focus should be visible through keyboard navigation).
Read more >Diff - platform/frameworks/base - Google Git
+ * Gets the codec selection priority. * The codec selection priority is relative to other codecs: larger value * means higher priority....
Read more >Tabbing through form never gives focus to radio buttons or c
Hello, I'm having an issue where when I have either radio buttons or checkboxes on a form in Angular they never gain focus...
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
Thanks for taking a look @GeetaSarvadnya. Even in this video, we can see that the radio buttons themselves are only selectable/tab-able via the mouse. Keyboard operations work but only the country labels get a focus ring.
IMHO (back me up @aguscruiz!) there should be a focus ring on the radio buttons, same as there currently is for the country labels’ controls.
(The radio buttons clearly have a selected state, but not the focused one I’d expect from
tab
ing.)