question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

RadioButton: "Tab" button control is stuck inside RadioButton group and not functioning adequately

See original GitHub issue

Describe 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:

  1. Click any component above Radio buttons say, on Button “Btn 1”
  2. Press TAB on Keyboard. It will shift the focus to the next component i.e. the Input Field
  3. 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:closed
  • Created a year ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
knandan15commented, Sep 28, 2022

Hi @Lukas742 ,

I have updated the codeSandbox link, kindly have a look now.

0reactions
github-actions[bot]commented, Oct 20, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found