Actions
Bug #77385
closedRTE Link Browser broken - window.parent.RTEarea is undefined
Start date:
2016-08-03
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
We came across this in TYPO3 CMS 8.3.0-dev:
"window.parent.RTEarea" in typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/RteLinkBrowser.js line 69 is "undefined" which renders the Link Browser unusable ATM.
You can select a text, click the button to open the Link Browser but when you click a page or file nothing happens.
When opening the Link Browser, the console reports:Uncaught TypeError: Cannot read property 'data_tt_content__473__bodytext_' of undefined, Line 69
When clicking on a page, file etc., the console reports:Uncaught TypeError: Cannot read property 'createLink' of null, Line 103
We first noticed this problem in commit ab0955d, commit 9f5c448 is still affected.
Actions