Project

General

Profile

Actions

Bug #27907

closed

NEVER EVER use different Values for 'X-UA-Compatible' (IE Compatibilit)

Added by Andreas Mohr over 13 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2011-07-06
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

It is an absolute No-Go to use different compatibility settings in differen involved source files. Changing compatibility view while browsing pages inevitably causes problems.
As a matter of fact: don´t play with compatibility view! Ignore this feature in IE... dont´t even install it! For debugging, play with the source code... or while play with the browser settings under the security tab in IE´s internet options. No matter if its HTML or JavaScript. My opinion results from years of experience in the area of second level client support. Please hear me... I never realyy solved an issue when playing with IE compatibility view, I only made things worse.

My real problem:

I am having trouble with some functionality in the backend. But these problemes do not necessarily have to do with this setting, but you shoul definitle get the following straight:

\typo3\template.php'
line
200: * Whether to use the X-UA-Compatible meta tag
674: * Defines whether to use the X-UA-Compatible meta tag.
1288: * Returns X-UA-Compatible meta tag
1291: * @return string <meta http-equiv="X-UA-Compatible" content="???" />
1294: return '<meta http-equiv="X-UA-Compatible" content="' . $content . '" />';

Fundstellen: 'X-UA-Compatible' 5 Einträge.
----------------------------------------

Suche nach 'X-UA-Compatible' in '\typo3\contrib\codemirror\js\codemirror.js' :
line
105: html.push("<meta http-equiv=\"X-UA-Compatible\" content=\"IE=EmulateIE7\"/>");
Fundstellen: 'X-UA-Compatible' 1 Einträge.

Suche abgeschlossen. Fundstellen: 'X-UA-Compatible' 6 Einträge. (2 Datei[en])


Only possibly the 'X-UA-Compatible' is the reason, OH and PLEASE * PLEASE PLEASE ** tell me:

How can I globally set the Value for useCompatibilityTag to False? For debugging purposes I set $useCompatibilityTag in template.php.

Actions #1

Updated by Chris topher over 13 years ago

  • Status changed from New to Closed
  • Target version deleted (4.5.4)

Could you ask for help in the mailing lists first?

In the mailing lists people should be able to help you. If there is indeed a bug, we will reopen this report.

Actions

Also available in: Atom PDF