shivanikhosa / browserscope

Automatically exported from code.google.com/p/browserscope
Apache License 2.0
0 stars 0 forks source link

IE 10 PP incorrectly parsed as IE9 PP #304

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I just installed the first IE 10 Platform Preview. The UA is:
    Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)

but BrowsersScope classifies the results as:
    IE Platform Preview 9.0.6

Running it through BS UA Parser has this output:

Browser UA string: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; 
Trident/6.0),gzip(gfe),gzip(gfe),gzip(gfe) 

JS UA string: Mozilla/5.0 (compatible; MSIE 10.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) 

Original issue reported on code.google.com by stevesou...@gmail.com on 15 Apr 2011 at 9:29

GoogleCodeExporter commented 8 years ago
I'm going to guess there is also some problem similar to those in this IEBlog 
article, 
http://blogs.msdn.com/b/ie/archive/2011/04/15/the-ie10-user-agent-string.aspx, 
as there are some results for "IE 1.0" in Browserscope that are obviously IE 10 
results.

Original comment by rasamas...@gmail.com on 18 Apr 2011 at 5:21

GoogleCodeExporter commented 8 years ago
Thanks for the report, I'll get a fix up shortly.

Original comment by els...@gmail.com on 19 Apr 2011 at 7:30

GoogleCodeExporter commented 8 years ago
Fixed in r808, and in ua-parser more generally.
Please try http://ua-parser.appspot.com/ - I did so with IE 10 and I get IE 
Platform Preview 10.0 and just ran through Browserscope and all looks good 
there too.
Thanks!

Original comment by els...@gmail.com on 19 Apr 2011 at 11:57