AddThis, Internet Explorer and JavaScript
Jun 12
While working with Internet Explorer 7, I got this error:
Object doesn't support this property or method
Line: 2
Char: 13907
URI: addthis.com/js/250/addthis_widget.js
The thing that hurt more was, Chrome and Firefox were behaving properly. I spent some time Googling the error but found nothing interesting. I gave up on that front and decided to have a peek in the AddThis JavaScript.
A bit more look around, I found something very interesting. IE7 has some scoping issue and it was picking up ‘my’ variable instead of AddThis counterpart (in my case it was variable called “c” that I had declared in my own JavaScript that was causing the problem).
Change the variable in your own javascript code to anything else and we all can live happily ever after.
Twitter
Google
Tumblr
Last.fm
LinkedIn
Digg
RSS
Aug 16, 2009 @ 20:09:36
You’re still using IE7? :O
Aug 16, 2009 @ 21:45:39
No, but the (dumb) user does