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.
Updated by Thomas Off almost 7 years ago
Found the respective commit at https://github.com/TYPO3/TYPO3.CMS/commit/e552bb4256f14ee062532f5a9bb2f0c634ebf7aa
Updated by Frans Saris almost 7 years ago
- Related to Bug #82787: Reediting link in ckeditor leads to exception added
Actions