0

within a web app IE11 renders the site using ie7 mode. But it should use ie8 mode. The web app uses correct header:

<meta http-equiv="X-UA-Compatible" content="IE=8" />

Any compatibility setting in IE11 always let him use IE7 mode. Ideas?

Adriano Repetti
  • 65,416
  • 20
  • 137
  • 208
Cutter1703
  • 57
  • 1
  • 6
  • Are you sure it's IE7 and not quirks mode (see also https://alastairc.ac/testing/IE_Doctypes/)? – Adriano Repetti Jan 15 '16 at 12:00
  • Developer Tools show "Internet Explorer 7 (default)" – Cutter1703 Jan 15 '16 at 12:11
  • 1
    Is it in an iframe? X-UA-Compatible doesn't do anything on iframes, only on the parent page. – libertyernie Jan 15 '16 at 14:30
  • Is the content hosted on the file system or a network resource? If so, are intranet sites set to [display in Compatibility View](http://stackoverflow.com/questions/27272454/ie11-document-mode-defaults-to-ie7-how-to-reset/27278277#27278277)? – Lance Leonard Jan 15 '16 at 19:48
  • It is not an iframe. It is hosted on IIS in the intranet. Display intranet site in comp. view is set. – Cutter1703 Jan 18 '16 at 07:40

0 Answers0