Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Browser Detection Internet Explorer 11.0 (IE11) #4414

Closed
anonymous-matomo-user opened this issue Dec 20, 2013 · 1 comment
Closed

Browser Detection Internet Explorer 11.0 (IE11) #4414

anonymous-matomo-user opened this issue Dec 20, 2013 · 1 comment
Assignees
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Milestone

Comments

@anonymous-matomo-user
Copy link

For me Internet Explorer 11 will not be detected.

Tested on demo.piwik.org and www.virtual-drums.com with IE11 on Win7 shows only unknown.

See [http://msdn.microsoft.com/en-us/library/ie/bg182625%28v=vs.85%29.aspx#uaString] for Information about the User-Agent changes in IE11

The regex for IE11 in browsers.yml is:

regex: 'MSIE.*Trident/7.0'

Regarding to Microsoft (Last Paragraph: "In rare cases, it may be necessary to uniquely identify IE11. Use the Trident token to do so.") shouldn't it be:

regex: 'Trident/7.0'

or (with revision token)

regex: 'Trident/7.0; rv:11.0'

Keywords: Browser Detection IE 11

@mattab
Copy link
Member

mattab commented Dec 26, 2013

In 6f56900: Fixes IE11 detection Fixes #4414
Thanks for the report!

@anonymous-matomo-user anonymous-matomo-user added this to the 2.0.3 - Piwik 2.0.3 milestone Jul 8, 2014
sabl0r pushed a commit to sabl0r/piwik that referenced this issue Sep 23, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Projects
None yet
Development

No branches or pull requests

2 participants