Actions
Bug #73090
closedpageIdSelector in RTE link popup does not show when enabled
Status:
Closed
Priority:
Must have
Assignee:
Category:
Site Handling, Site Sets & Routing
Target version:
Start date:
2016-02-03
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
medium
Is Regression:
Yes
Sprint Focus:
Stabilization Sprint
Description
Enable the little field for adding the id of a page directly in RTE page link popup does not work currently in 7.6.2.
It is disabled by default since 7LTE, but enabling it in pageTSConfig has no effect.
How to enable in PageTSConfig:
RTE.default.buttons.link.pageIdSelector.enabled = 1
This does not work because only the configuration for pageIdSelector is added, but the key pageIdSelector itself is not added to the allowed linkAttributes.
Attached a change that results in the field being shown. Probably this is not the final solution but helps to understand the problem.
Additionally there is probably css missing or wrong HTML-Code, since the field is not added in line with other fields, see screenshot.
Files
Actions