Actions
Bug #83137
closedEditing of links results in an exception when the 'rel' attribute is enabled
Status:
Rejected
Priority:
Must have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
Start date:
2017-11-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If the 'rel' attribute for links is enabled, editing of links results in an exception when htmlspecialchars() is called with NULL.
Reason: in \TYPO3\CMS\RteCKEditor\Controller\BrowseLinksController::getRelField() the value for the 'rel' attribute is taken from $this->linkAttributeValues, but there is no key 'rel' if the user didn't enter a 'rel' value when creating the link.
Actions