Skip to content
Snippets Groups Projects
Commit 1ce14644 authored by Andreas Fernandez's avatar Andreas Fernandez Committed by Benni Mack
Browse files

[BUGFIX] Properly trigger `change` event in LinkBrowser

With #93975 the LinkBrowser was not able to write back a selected page to
FormEngine. The reason is that the input field has no `onchange`
attribute anymore, thus its event handlers cannot get processed.

The `change` event is now dispatched properly to trigger both, event
listeners and "old-school" onchange handlers.

Resolves: #94002
Related: #93975
Releases: master
Change-Id: I97505c078602f3670c390e48cff0cc6fc96bcdcd
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68899


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent c67cf753
Branches
Tags
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