Project

General

Profile

Actions

Bug #82942

closed

Wrong Links for pageids in rte_ckeditor in TYPO3 8.7.8

Added by Manfred Mirsch over 6 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2017-11-07
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When using pageIdSelector to enter TYPO3 page-ids directly, the generated links are not working any more.

Problem is, that the page-id itself is beeing used to create the typolink, which will lead to links like this:
www.my-domain.de/typo3/12345

I fixed this by patching "/typo3_src/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/RteLinkBrowser.js" to modify the link:

if (parseInt(link) == link) {
link = 't3://page?uid=' + link;
}

Greeting,
Manfred


Files

RteLinkBrowser.js.patch (863 Bytes) RteLinkBrowser.js.patch Manfred Mirsch, 2017-11-07 15:13

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #82888: Missing label in link browserClosed2017-10-31

Actions
Related to TYPO3 Core - Bug #83056: Cannot set pageIdSelector configuration on link browser (outside of rte)Closed2017-11-21

Actions
Actions

Also available in: Atom PDF