Skip to content
Snippets Groups Projects
Commit 2b33171b authored by Andreas Kienast's avatar Andreas Kienast
Browse files

[BUGFIX] Indicate loading process when requesting context menu

This commit changes the rendering behavior of context menus. Previously,
the context menu became visible once the server requests were handled
successfully. This is an issue in scenarios where either the server is
under load and may need some time to send a response, or the network
connectivity of the backend user is not optimal.

Now, when requesting a context menu, it's container is shown before any
data is received and a spinner is rendered.

Resolves: #103197
Releases: main, 12.4
Change-Id: I0cd36976a407bce7ce45520d86d7d28a5719cd92
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83127


Reviewed-by: default avatarMarkus Klein <markus.klein@typo3.org>
Tested-by: default avatarAndreas Kienast <a.fernandez@scripting-base.de>
Reviewed-by: default avatarGarvin Hicking <gh@faktor-e.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarGarvin Hicking <gh@faktor-e.de>
Tested-by: default avatarMarkus Klein <markus.klein@typo3.org>
Reviewed-by: default avatarAndreas Kienast <a.fernandez@scripting-base.de>
parent ade3efe9
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment