Skip to content
Snippets Groups Projects
Commit 40f216fc authored by Andreas Fernandez's avatar Andreas Fernandez
Browse files

[TASK] Remove jQuery from `@typo3/backend/page-actions`

This patch removes jQuery from the `@typo3/backend/page-actions` module
used in the Page module to hide "hidden" content elements completely.

Since jQuery's sliding was used which has no native API,
`requestAnimationFrame()` is used to achieve the same behavior.

To have a fluent CSS-based animation, positioning of `.t3-page-ce` needs
to be fixed, making futher adjustments necessary.

Additionally, an unused class is removed.

Resolves: #99716
Releases: main
Change-Id: If520858db7dfe8c50d8cad477d169a1d8e896ce8
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/77510


Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
parent a67d86b2
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