Project

General

Profile

Actions

Bug #30847

closed

Wrong baseurl detection for IE with usage of realurl (Frontend)

Added by Christoph Niewerth over 12 years ago. Updated over 5 years ago.

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

htmlarea_baseurl_bug.png (76.6 KB) htmlarea_baseurl_bug.png Christoph Niewerth, 2011-10-12 14:47
patch_30847.diff (966 Bytes) patch_30847.diff Christoph Niewerth, 2011-10-12 14:50
Actions

Also available in: Atom PDF