Actions
Bug #30847
closedWrong baseurl detection for IE with usage of realurl (Frontend)
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2011-10-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Szenerio:
RTE will be rendered on site with url like http://foo.bar/profils/ .
baseURL for site is http://foo.bar/ .
htmlarea/htmlarea.js will try to detect baseurl for iframe creation.
Within chrome and firefox this.baseURL will be set to http://foo.bar/.
Within ie this.baseURL will be set to http://foo.bar/profils/.
Since baseURL for ie iframe is wrong, css will not be loaded and loading display will still be visible.
Files
Actions