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

[BUGFIX] Use event delegation for frontend links

TYPO3 ships some default handling for encrypted email links and popup
windows. Unfortunately, only links that were available on initial
document load were handled, links that were added after couldn't get
handled.

To solve the issue, the events are not directly bound to such links
anymore, but handled by an event delegation approach.

Resolves: #101228
Releases: main, 12.4, 11.5
Change-Id: I8ec5d5736d9f9cfe8496cf69cf1128f1af4c0eb8
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79782


Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
parent 4b1ffe5a
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