Actions
Feature #70484
closedParse and move RTE external CSS to typo3temp folder
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2015-10-08
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
have you ever changed an own CSS file for RTE and needed to clear your browser cache? That is why the CSS file is included directly from the original folder.
I think it is wiser to parse the CSS file and move it to the typo3temp folder so that it is deleted when the system cache is cleared.
Example:
RTE.default.contentCSS = EXT:website/Resources/Public/Css/rte.css
will be included directly.
Better (with hash):
/typo3temp/Cache/.../rte9af34n3f4.css
Updated by Riccardo De Contardi about 9 years ago
- Category set to RTE (rtehtmlarea + ckeditor)
Updated by Simon Schaufelberger about 9 years ago
The big challenge is to parse and replace relative paths in the file for example for background images
Updated by Georg Ringer about 9 years ago
- Status changed from New to Rejected
Thanks for creating the issue. As you said yourself, the efforts are quite high and we plan to get rid of the rtehtmlarea with CMS 8 and use ckeditor. therefore I am closing this issue.
Actions