Actions
Bug #77084
closedLink-Wizard: RTE.classesAnchor.[...].target without effect if targetSelector.disabled = 1
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2016-07-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Test setup:
RTE { classesAnchor { externalLink { class = external-link type = url target = _self } externalLinkInNewWindow { class = external-link-new-window type = url target = _blank } } default.buttons.link { url.properties.class.default = external-link-new-window targetSelector.disabled = 1 } }
Expected behaviour: on setting an external link with default class "external-link-new-window", target is set to "_blank". On changing the class to "external-link", target is set automatically to "_self"
Current behaviour: target is always set to "_self" and there is no way to change this due to the setting targetSelector.disabled = 1
Actions