Ticket #687 (closed Bug: duplicate)
IE7 can not load
| Reported by: | DigitalGoldfish | Owned by: | vipsoft |
|---|---|---|---|
| Priority: | normal | Milestone: | Piwik 0.6.1 |
| Component: | Core | Keywords: | |
| Cc: | Sensitive: | no |
Description
The tracking code displayed by piwik can cause IE7 to fail to load the page.
The reason is that IE7 does not like <script> tags that are not directly under the body to append an element to body. IE7 will not display the page at all but instead show an alert box with a message. Removing the <a> around the piwik tag will solve the problem.
Not all versions of IE7 are affected - however I have reports of this from both Win XP and Vista 32 & 64bit; It seems to be spreading as I got reports about problems with other scripts (not piwik) from sites that have . There is a microsoft knowledge base article detailing the problem and offering possible fixes (there is also a browser path) - I don't have the URL right now - I will add it later to this report. I belive this bug is similar to the one described in #229 - the duplicate referenced did have nothing to do with the cause of the problem.
