Bug #30847
closedWrong baseurl detection for IE with usage of realurl (Frontend)
0%
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
Updated by Christoph Niewerth about 13 years ago
- File patch_30847.diff patch_30847.diff added
Append patch to fix it.
Updated by Aske Ertmann about 13 years ago
I experienced the same problem and this patch fixed the issue. +1
Couldn't find a gerrit patchset, but if you create one I'd be happy to give my +1
Updated by Mr. Hudson about 13 years ago
Patch set 2 of change I845c3f617808235575d3af761e36ad188379c1b0 has been pushed to the review server.
It is available at http://review.typo3.org/6360
Updated by Gerrit Code Review almost 13 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/6360
Updated by Stanislas Rolland over 12 years ago
- Project changed from 1947 to TYPO3 Core
Updated by Stanislas Rolland over 12 years ago
- Category set to RTE (rtehtmlarea + ckeditor)
- TYPO3 Version set to 4.7
Updated by Stanislas Rolland over 12 years ago
- TYPO3 Version changed from 4.7 to 4.5
Updated by Gerrit Code Review over 12 years ago
- Status changed from New to Under Review
Patch set 4 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/6360
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/9707
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/9708
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at http://review.typo3.org/9709
Updated by Stanislas Rolland over 12 years ago
- Status changed from Under Review to Resolved