Unplanned
Last Updated: 23 Oct 2025 19:04 by Integrateurs-PES
Integrateurs-PES
Created on: 23 Oct 2025 12:05
Category: LoaderContainer
Type: Bug Report
1
The LoaderContainer does not block keyboard navigation to elements behind it

When displaying the LoaderContainer spinner overlay, the visual blocking works correctly (the spinner appears over the entire page). However, users can still navigate through interactive elements behind the loader using the keyboard — for example, by pressing Tab or Shift+Tab.

They can even trigger buttons or input actions using the Space or Enter keys while the loader is active.

1 comment
Integrateurs-PES
Posted on: 23 Oct 2025 19:04
Just a little note, the keyboard naviguation should blocked like the modal window does. Tools like NVDA can have shortcut to jump to headers html tag. The modal trap this kind of navigation pretty well and the LoaderContainer should support it too.