RadioButton: "Tab" button control is stuck inside RadioButton group and not functioning adequately
See original GitHub issueDescribe the bug When switching between components using “TAB” and “SHIFT+TAB”, when the control arrives inside RadioButton, it does not move out of the RadioButton group to other components.
Isolated Example UI Link Refer: https://codesandbox.io/s/radiobutton-tab-issue-r94oco?file=/src/App.js
To Reproduce Steps to reproduce the behavior:
- Click any component above Radio buttons say, on Button “Btn 1”
- Press TAB on Keyboard. It will shift the focus to the next component i.e. the Input Field
- Press TAB again, it will shift the focus to the first Radio Button. Now on pressing TAB or Shift+TAB, nothing is happening. If we press SPACE then the corresponding Radio Button will get selected and with arrow keys we can navigate among the radio buttons.
Expected behavior Upon pressing TAB, the focus should have come out of the Radio Button group to the next component (Input field).
UI5 Web Components for React Information
@ui5/webcomponents version: ^1.6.0
@ui5/webcomponents-react version: ^0.27.0
Operating System: Windows 10 Enterprise
Browser: Google Chrome, Edge
Issue Analytics
- State:
- Created a year ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Radio Buttons in Group Boxes Getting Focus ("TabStop = false ...
First replace group boxes of radio buttons with RadioGroup boxes. Next create a dummy panel with tab stop and no border somewhere on...
Read more >c# - How to prevent programmatically changing RadioButton ...
If you check a radio button and then tab to the group, unchecked radio buttons appear to be skipped; the focus goes to...
Read more >Thread: tab order not working properly for radio buttons
The tab order is not working as it is set in designer for radio buttons. Its directly going to 1st line edit from...
Read more >IV88889: RADIO BUTTON CONTROL NOT WORKING ... - IBM
I have found in my testing that when I drop the radio button control in PR (clone) then I am unable to add...
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 >
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 Free
Top 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

Hi @Lukas742 ,
I have updated the codeSandbox link, kindly have a look now.
Hey there, it’s me again! I am going close this issue to help our maintainers focus on the current development roadmap instead. If the issue mentioned is still a concern, please open a new ticket and mention this old one.