Actions
Bug #84987
closedAdd css style for broken page links in ckeditor
Status:
Closed
Priority:
Should have
Assignee:
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2018-05-12
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
With the old rtehtmlarea broken links (at least page links which linked to not existing page) where displayed differently with a red border and yellow background. This is no longer working with ckeditor.
The broken links are apparently already marked with an additional attribute (see RteHtmlParser::markBrokenLinks):
<a data-rte-error= ...
If CSS for <a> elements with this attribute are added in the rte_ckeditor, the broken links could be visually displayed as broken links.
The style ('background-color: yellow; border:2px red solid; color: black;') that is added in RteHtmlParser::markBrokenLinks is probably removed by ckeditor.
Files
Actions