> -----Original Message-----
> From: [email protected] [mailto:[email protected]] On
> Behalf Of Jun Omae
> 
> 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]> (大前 潤)

Ok, so it looks like I am telling lies.  I thought I had nothing in 
compatibility but corporate know better...

If my trac server is `server.domain.company.net` and `company.net` is added to 
the "compatibility view" settings, then all servers `xxx.company.net` will use 
compatibility view, correct?  Note the "all intranet sites" option is _not_ 
ticked.

Given that I am unlikely to be allowed / able to change this...  From reading 
online, I thought that the "IE=edge" should override this setting?  More 
research brings me this:-

https://bibwild.wordpress.com/2014/09/02/defeating-ie-forced-compatibility-mode/

...which reports issues when setting "X-UA-Compatible" in the document but that 
sending it " as an actual HTTP header. “X-UA-Compatible: IE=edge,chrome=1″ " 
works.

Is this something I can force in vanilla trac?  Is it worth adding to #11262?

http://trac.edgewall.org/ticket/11262

~ Mark C

-- 
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