Actions
Bug #79667
closedInputLinkelement doesn't change if link is added by LinkBrowser Popup
Start date:
2017-02-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Stabilization Sprint
Description
Given is a link field. If a link is added by the popup, the field is not changed back to the input field as the 'change' event is not triggered.
write back is in FormEngineLinkBrowserAdapter.js
in field.value = data.typoLink;
trigger should happen for FormEngine.js
}).on('change', '.t3js-form-field-inputlink-input', function() {
Actions