#31309: Django admin site needs X-UA-Compatible meta tag to prevent IE rendering
the page poorly in compatibility mode.
-----------------------------------+--------------------------------------
     Reporter:  Petter Strandmark  |                    Owner:  nobody
         Type:  Bug                |                   Status:  closed
    Component:  contrib.admin      |                  Version:  3.0
     Severity:  Normal             |               Resolution:  needsinfo
     Keywords:                     |             Triage Stage:  Unreviewed
    Has patch:  0                  |      Needs documentation:  0
  Needs tests:  0                  |  Patch needs improvement:  0
Easy pickings:  0                  |                    UI/UX:  0
-----------------------------------+--------------------------------------
Changes (by Carsten Fuchs):

 * cc: Carsten Fuchs (added)


Comment:

 To my understanding, the IE can be set, per policy, to render all intranet
 pages in "compatibility mode" (IE7?), which seems to cause problems with
 modern CSS.
 In my tests,
 {{{
 <meta http-equiv="X-UA-Compatible" content="IE=edge">
 }}}
 fixes the problem.
 https://stackoverflow.com/questions/6771258/what-does-meta-http-equiv-x
 -ua-compatible-content-ie-edge-do has a lot of information about this.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/31309#comment:8>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.06708dd1e42f4f5208a73836129731cb%40djangoproject.com.

Reply via email to