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

Object doesn't support property/method in piwik.js and IE7 #1962

Closed
anonymous-matomo-user opened this issue Jan 5, 2011 · 1 comment
Closed
Labels
Bug For errors / faults / flaws / inconsistencies etc.

Comments

@anonymous-matomo-user
Copy link

Since the update to piwik 1.1(.1) IE7 has thrown the following error message. I used the uncompressed js to get the real line number:

Object doesn't support this property or method (line 552) (piwik.js)

if (isDefined(navigatorAlias.javaEnabled) && navigatorAlias.javaEnabled()) {
pluginMap.java[2] = '1';
}

Line 552: if (isDefined(navigatorAlias.javaEnabled) && navigatorAlias.javaEnabled()) {

Thus, IE7 stops the execution and tracking is no longer working! I didn't get any errors in IE8, Firefox, ...
Keywords: IE7

@robocoder
Copy link
Contributor

(In [3640]) fixes #1962, refs #875 - yet another IE hack

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