On Tue, Aug 4, 2015 at 3:07 PM, Cooke, Mark <[email protected]> wrote:
> The user agent string is not listed under "System Information" but I have a 
> small macro to echo all WSGI variables which reports `HTTP_USER_AGENT` as:
>
> Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/6.0; SLCC2; 
> .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 
> 6.0; .NET4.0C; .NET4.0E; InfoPath?.3; MS-RTC LM 8)

Trac expects standard mode for all versions of IE by default. Trac
renders `X-UA-Compatible: IE=edge` in the meta tag.

    ...
    </title>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
      <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    ...

If standard mode is used, that issue doesn't occur. Please remove your
Trac site from web site to use compatibility view in IE.

-- 
Jun Omae <[email protected]> (大前 潤)

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to