Actions
Bug #32340
closedRTE HTMLArea won't load in IE if included stylesheet is empty
Status:
Closed
Priority:
Could have
Assignee:
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
Start date:
2011-12-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Environment:
TYPO3 4.5.8
htmlArea RTE 2.1.7
IE 9.0
Page TS Config:
RTE.default.contentCSS = EXT:my_rte_styles/rte.css
If the file defined as contentCSS is empty, IE9 will not finish the loading of the RTE.
In debug mode, the following log message will be repeated forever:
[HTMLArea.Iframe::getStyleSheets]: Stylesheets not yet loaded (Empty rules and imports arrays of styleSheets2). Retrying...
Although it doesn't really make sense to include an empty stylesheet, this shouldn't stop the RTE from loading.
Actions