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`.
Updated by Andreas Kienast over 5 years ago
- Related to Task #87324: Split FormEngine.js into smaller chunks added
Updated by Gerrit Code Review over 5 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61278
Updated by Gerrit Code Review over 5 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61278
Updated by Andreas Fernandez over 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 65fa7b453ff648ba4213d9e68fd18280fafb0659.
Actions