Actions
Bug #81929
closedLink browser modal cannot find ckeditor instance if called from another iframe than the main backend
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend JavaScript
Target version:
-
Start date:
2017-07-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I have this case, where we added an extra iframe to the backend.
Now if the link browser is called from a ckeditor instance within that iframe, the RteLinkBrowser is not able to find it.
Neither the ContentContainer nor the window.parent contains the ckeditor instance.
A possible fix would be to attach the instance to the Modal iframe.
Actions