ElkArte Community

Title: IE11 useragent
Post by: emanuele on November 10, 2013, 05:34:38 pm
http://msdn.microsoft.com/en-us/library/ie/bg182625%28v=vs.85%29.aspx

In other words, IE detection is broken for IE11! YAY! 8)
Title: Re: IE11 useragent
Post by: Nao on November 10, 2013, 06:16:48 pm
 Not in a certain other fork eheh.
Although it doesn't matter with ie 11 since it's much closer to a standard compliant browser than before. Detecting ie on it can be detrimental.
Title: Re: IE11 useragent
Post by: emanuele on November 10, 2013, 06:36:54 pm
Well, I just discovered it... and this is Spuds' field! O:-)
Title: Re: IE11 useragent
Post by: Spuds on November 10, 2013, 09:35:17 pm
QuoteAlthough it doesn't matter with ie 11 since it's much closer to a standard compliant browser than before. Detecting ie on it can be detrimental.
Good to know .. I have not run IE in some time which is not good in terms of checking things.  It will be nice when there are few work arounds ,seems they are getting closer each revision.  We still have a number of (old) work arounds in the JS code, most are not documented so you find them as you notice them and say to yourself waz that doing :P


Quote from: emanuele – Well, I just discovered it... and this is Spuds' field! O:-)
LOL .. well I'll take a look, all the browser sniffing is super fragile anyway, glad we only do if for the css body and even then in very  few areas at this point.