Skip to content
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

Radio button issues: tabbing inconsistency across browsers #1287

Closed
Skaiir opened this issue Oct 2, 2024 · 1 comment
Closed

Radio button issues: tabbing inconsistency across browsers #1287

Skaiir opened this issue Oct 2, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Skaiir
Copy link
Contributor

Skaiir commented Oct 2, 2024

Describe the Bug

There are two issues:

  • When we tab across radio buttons not in firefox, the focus jumps and skips consecutive radio buttons
  • When we tab across radio buttons in firefox, the focus is handled for every radio element

Steps to Reproduce

  1. start the viewer
  2. open it in firefox
  3. tab across a radio component
  4. each radio element gets selected
  5. put two radio components in the viewer test file after one-another
  6. start the viewer
  7. open in in chrome
  8. tab across them
  9. the second (and all following) radio buttons gets skipped entirely

I think this is probably due to the fact that radio components aren't named in either case which is why I made this a single issue.

Expected Behavior

(4) => radio elements should not be tabbed through
(9) => only a single radio group should be tabbed over

@Skaiir Skaiir added bug Something isn't working ready Ready to be worked on labels Oct 2, 2024
@Skaiir Skaiir self-assigned this Oct 2, 2024
@Skaiir Skaiir changed the title Radio button issues: tabbing across multiple consecutive radio groups and tabbing not behaving correctly in firefox. Radio button issues: tabbing across multiple consecutive radio groups and tabbing browser inconsistency Oct 2, 2024
@Skaiir Skaiir changed the title Radio button issues: tabbing across multiple consecutive radio groups and tabbing browser inconsistency Radio button issues: tabbing inconsistency across browsers Oct 2, 2024
@bpmn-io-tasks bpmn-io-tasks bot added in progress Currently worked on and removed ready Ready to be worked on labels Oct 2, 2024
@bpmn-io-tasks bpmn-io-tasks bot added needs review Review pending and removed in progress Currently worked on labels Oct 2, 2024
@Skaiir
Copy link
Contributor Author

Skaiir commented Oct 3, 2024

Closed via #1288

@Skaiir Skaiir closed this as completed Oct 3, 2024
@bpmn-io-tasks bpmn-io-tasks bot removed the needs review Review pending label Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant