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.
Updated by Stanislas Rolland almost 13 years ago
- Project changed from 1947 to TYPO3 Core
- Assignee set to Stanislas Rolland
Updated by Stanislas Rolland almost 13 years ago
- Category set to RTE (rtehtmlarea + ckeditor)
- Target version set to 4.5.10
- PHP Version set to 5.3
- TYPO3 Version set to 4.5
Updated by Stanislas Rolland almost 13 years ago
- Status changed from New to Closed
Actions