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

Give up document.write detecting IE's plugins #5765

Closed
anonymous-matomo-user opened this issue Aug 21, 2008 · 3 comments
Closed

Give up document.write detecting IE's plugins #5765

anonymous-matomo-user opened this issue Aug 21, 2008 · 3 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. duplicate For issues that already existed in our issue tracker and were reported previously.
Milestone

Comments

@anonymous-matomo-user
Copy link

Currently, there’s no change since phpMyVisites – Internet ExploDer’s plugins are still detected through writing VBS code into document.

Yesterday, I started adapting PMV’s tracker to JS object code. Of course, document.write won’t work in such situation. After a few hours of googling and writing, I wrote something like this:

```
plugIE: function(pmv_plug){
try{
control = new ActiveXObject(pmv_plug);
return true;
}catch(e){
return false;
}
},
```

It would be easier to implement into object style by using new ActiveXObject.
Keywords: javascript plugins detect

@mattab
Copy link
Member

mattab commented Oct 10, 2008

Hello eRIZ, any update on your OO version of the piwik JS? Thanks.

@mattab
Copy link
Member

mattab commented Oct 10, 2008

We will fix this bug at the same time as migrating to OO version of the Piwik JS tag. see comments in #355

@robocoder
Copy link
Contributor

Done.

@anonymous-matomo-user anonymous-matomo-user added this to the Piwik 0.4 milestone Jul 8, 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. duplicate For issues that already existed in our issue tracker and were reported previously.
Projects
None yet
Development

No branches or pull requests

3 participants