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

[BUGFIX] Render proper markup for datetime picker buttons

To make datetimer picker buttons focus the belonging textfield, the
buttons were rendered as `<label>` which is a very dirty hack, leading
to clitching buttons.

To solve this, the `@typo3/backend/global-event-handler` module is now
capable of focussing a specific element after clicking a trigger
element.

Resolves: #98054
Releases: main, 11.5
Change-Id: I828785267e6a8c25f3ed7c17221e903cd4cc3220
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75331


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarRiccardo De Contardi <erredeco@gmail.com>
Tested-by: default avatarMarkus Klein <markus.klein@typo3.org>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarMarkus Klein <markus.klein@typo3.org>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
parent cbca19cb
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