[wp-trac] [WordPress Trac] #25575: Lock the compatibility mode in IE

WordPress Trac noreply at wordpress.org
Fri Oct 11 19:40:52 UTC 2013


#25575: Lock the compatibility mode in IE
-------------------------+-----------------
 Reporter:  azaozz       |      Owner:
     Type:  enhancement  |     Status:  new
 Priority:  normal       |  Milestone:  3.8
Component:  General      |    Version:
 Severity:  normal       |   Keywords:
-------------------------+-----------------
 IE has several compatibility modes and several ways to control which mode
 is used. The admin is designed to support the "standards" mode for all IE
 versions.

 We've been using a standards compliant `<!DOCTYPE>` to set that. However
 this may fail if there is any output before that tag, or if the user sets
 the mode manually with the button in the address bar in IE8.

 In these cases some admin screens may not render correctly or even be
 quite unusable. To fix that we can add `<meta http-equiv="X-UA-Compatible"
 content="IE=edge" />` that tells all IE browsers to run in the
 [http://msdn.microsoft.com/en-us/library/ff955275(v=vs.85).aspx highest
 supported document mode of the browser].

--
Ticket URL: <http://core.trac.wordpress.org/ticket/25575>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list