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

Piwik Widgets in IFRAME in Internet Explorer #3707

Closed
anonymous-matomo-user opened this issue Jan 25, 2013 · 2 comments
Closed

Piwik Widgets in IFRAME in Internet Explorer #3707

anonymous-matomo-user opened this issue Jan 25, 2013 · 2 comments
Assignees
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Milestone

Comments

@anonymous-matomo-user
Copy link

Around May 2012 (Piwik version 1.6 if I'm right) Internet Explorer 9 users complained that the pie and bar graphs were not visible anymore. It seemed that Compatibilty View (which causes IE9 to run as IE7) solved the problem.

In Piwik version 1.10 this trick didn't work anymore. The pie and bar graphs were not visible anymore in any IE. It seems to be an IE security setting not to trust anything in an iframe.

The issue is solved for IE version 8 and higher by adding a line in the parent page:
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=IE8" />

Details can be found in the forum: http://forum.piwik.org/read.php?2,88695
Keywords: widget explorer iframe

@mattab
Copy link
Member

mattab commented Feb 4, 2013

In 8e0423e: Fixes #3707 fixing widget under IE9

@mattab
Copy link
Member

mattab commented Feb 4, 2013

In 3d894e1: Fixes #3707 final fix and tested on browsershots.org

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