Bug #77385
closedRTE Link Browser broken - window.parent.RTEarea is undefined
100%
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.
Updated by Gerrit Code Review over 8 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/49353
Updated by Andreas Kienast over 8 years ago
- Target version set to 8.3
- Is Regression changed from No to Yes
Updated by Gerrit Code Review over 8 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/49353
Updated by Andreas Fernandez over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 0c153150186aa2843721f7d34e2b7bced8dcbf8c.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed