AddRunnerModal does not trap focus as expected #121

Closed
opened 2021-04-05 10:15:00 +00:00 by philipp · 2 comments
Owner

expected

focus should be trapped in modal for accessibility reasons

actual

focus is not properly trapped in modal

reproduction

  • go to /runners/
  • click on add runner
  • focus in Firstname input field (should be focused when opening modal)
  • press SHIFT+TAB on your keyboard
  • 🐞 delete on last runner table row will be in focus
### expected focus should be trapped in modal for accessibility reasons ### actual focus is not properly trapped in modal ### reproduction - go to `/runners/` - click on `add runner` - focus in `Firstname` input field (should be focused when opening modal) - press `SHIFT`+`TAB` on your keyboard - 🐞 `delete` on last runner table row will be in focus
philipp added the
confirmed
bug
labels 2021-04-05 10:15:00 +00:00
Author
Owner

the same bug happens in

  • ImportRunnerModal
  • AddGroupModal
  • AddUserModal
  • ... (everywhere??)
the same bug happens in - ImportRunnerModal - AddGroupModal - AddUserModal - ... (everywhere??)
niggl added the
wontfix
label 2021-04-05 14:50:24 +00:00
Owner

Bug in dependency: svelte-focus-trap

Bug in dependency: [svelte-focus-trap](https://www.npmjs.com/package/svelte-focus-trap)
niggl closed this issue 2021-04-05 14:51:13 +00:00
niggl reopened this issue 2021-04-05 14:54:58 +00:00
niggl closed this issue 2021-04-05 15:02:03 +00:00
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: lfk/frontend#121
No description provided.