[Rt-commit] rt branch, 4.0/x-ua-compatible-header, created. rt-4.0.8-181-g36a7971
Thomas Sibley
trs at bestpractical.com
Mon Nov 19 18:01:16 EST 2012
The branch, 4.0/x-ua-compatible-header has been created
at 36a79711bfc0d1b541f252c5341eb8cfc067b3e6 (commit)
- Log -----------------------------------------------------------------
commit 36a79711bfc0d1b541f252c5341eb8cfc067b3e6
Author: Thomas Sibley <trs at bestpractical.com>
Date: Mon Nov 19 13:01:02 2012 -0800
Force IE to use the latest renderer available and disable compat mode
This was noted recently in [rt3 #21534], and RT really should have been
including it for a while now.
Compatibility mode can lead to bugs and lockups under some conditions
(see the CSS3Pie fiasco) and using an older IE rendering engine is never
better.
diff --git a/share/html/Elements/Header b/share/html/Elements/Header
index ccdf0f2..f2834af 100644
--- a/share/html/Elements/Header
+++ b/share/html/Elements/Header
@@ -53,6 +53,8 @@
<html lang="en">
<head>
<title><%$Title%></title>
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+ <!-- The X-UA-Compatible <meta> tag above must be very early in <head> -->
<& /Elements/Framekiller &>
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list