Actions
Bug #71771
closedRTE.default.contentCSS is broken in Frontend
Status:
Closed
Priority:
Won't have this time
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2015-11-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
The page TSconfig property RTE.default.contentCSS
allows to define one or more CSS files, which are then used by the RTE to style the text inside the RTE. An example is
RTE.default.contentCSS = fileadmin/template/style_rte.css
In the backend this is working correctly.
However, if the RTE is opened from the frontend, then this does not work. The RTE then tries to get the CSS file from a wrong URL.
It seems like the path calculation in rtehtmlarea/Classes/Form/Element/RichTextElement.php, function getContentCssFileNames() does not work correctly.
Actions