Project

General

Profile

Actions

Bug #20663

closed

IE8 compatibility mode can't be triggered properly

Added by Christian Zenker almost 15 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2009-06-24
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.2
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

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

x-ua-compatible.diff (2.53 KB) x-ua-compatible.diff Administrator Admin, 2009-06-24 14:38
patch11399.diff (2.32 KB) patch11399.diff Administrator Admin, 2009-06-24 14:57
Actions #1

Updated by Christian Zenker almost 15 years ago

Modified version: no need to set this before the copyright.

Actions #2

Updated by Benni Mack almost 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" />

Actions #3

Updated by Jo Hasenau over 14 years ago

This is not a fix but a workaround that leaves the problems as is. Check #21511.

Actions #4

Updated by Benni Mack over 14 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 :)

Actions #5

Updated by Alexander Opitz almost 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)?

Actions #6

Updated by Christian Zenker almost 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.

Actions #7

Updated by Alexander Opitz almost 11 years ago

  • Status changed from Needs Feedback to Closed
Actions

Also available in: Atom PDF