Bug #20663
closedIE8 compatibility mode can't be triggered properly
0%
Description
<meta http-equiv="X-UA-Compatible" content="IE=7" /> is used to trigger compatibility mode in IE8. But it must not be preceded by any other tags than meta or title.
Only solution is to include this in the head-tag, but it would be more straight forward to enable this feature in the page.meta - section.
Task:
- move meta-tags to the top of the head blog
- add a possibility to set compatibility mode
(issue imported from #M11399)
Files
Updated by Christian Zenker over 15 years ago
Modified version: no need to set this before the copyright.
Updated by Benni Mack over 15 years ago
Hey, had the same problem. I fixed it temporarily by adding this:
page.headTag = <head> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
Updated by Jo Hasenau about 15 years ago
This is not a fix but a workaround that leaves the problems as is. Check #21511.
Updated by Benni Mack about 15 years ago
Hi Joey,
well, for the frontend, there is a difference between the HTML that FE devs do, and the TYPO3 core in the backend. Again, it is a "temporarily fix" -- thus a workaround :)
Updated by Alexander Opitz over 11 years ago
- Category deleted (
Communication) - Status changed from Accepted to Needs Feedback
- Target version deleted (
0)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Christian Zenker over 11 years ago
The meta tags have not been moved in 4.5.
I was a little amazed that I used this meta tag once, because I haven't used it since. So as this seems not to be an issue to anyone else, I'm fine with closing it.
Updated by Alexander Opitz over 11 years ago
- Status changed from Needs Feedback to Closed