Actions
Bug #88738
closed`change` event not dispatched
Start date:
2019-07-12
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
Reproducible with the following issue:
- Have a record with a link browser (e.g. tt_content with field
link_header
) - Select a page via link browser
- Save
- Now, open the link browser again and select another page
- In v9, the input field changed its view to show the URL. In v10, this doesn't work anymore
This is because `TBE_EDITOR.fieldChanged()` makes use of `jQuery.triggerHandler()`, which is incompatible with JavaScript's native `addEventListener`.
Actions