Unplanned
Last Updated: 23 Oct 2025 19:04 by Integrateurs-PES

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.

Unplanned
Last Updated: 12 Apr 2023 10:55 by Fernando

If I place a LoaderContainer inside the Dialog's content it is not rendered properly.

<AdminEdit>

Here are two possible workarounds:

  1. The loader container covers the entire page: REPL snippet.
  2. Use a Window (instead of the Dialog) and cover only the content of the Window: REPL snippet

</AdminEdit>