Hello - thanks for this valuable module.
I just implemented the latest dev module version over at http://drupal.org/node/1189876 and that solved the smoothness problem, but introduces a new problem in Internet Explorer 7, 8, and 9 (when testing on my machine with IE's 9 modes)
I am using the Acquia Prosper theme with superfish jquery primary dropdown menus.
In IE 7, 8, and 9, when hovering over the primary menu, all Javascript on the page stops working, including a views slideshow i have on the page, the superfish dropdowns, and the views ticker.
The error i get is this:
SCRIPT438: Object doesn't support property or method 'function(){ sf.IE7fix.call($ul); o.onShow.call($ul); }'
The code IE says this breaks on is:
this.pos=D.easing[this.options.easing||(D.easing.swing?"swing":"linear")](this.state,n,0,1,this.options.duration)
At the moment, I'm assuming this is an issue with the views ticker module since it was introduced only after installing and implementing it and because the 6.x-2.x-dev version from 2011-May-28 didn't cause this issue.
If anyone could help with this, give advice, or point to resources that could help with this that would be greatly appreciated!
Comments
Comment #1
SchwebDesign commentedI want to apologize for any time this may have taken away from any of you. In short, i have fixed this issue and it's not related to this module; it's related to AVG Antivirus 2011 installed on my computer.
After (entirely too much) time spent researching and troubleshooting this myself I realized this problem persisted even with this module completely uninstalled, other modules' updates, theme updates, etc.
I'm now very certain the following is what caused this issue for me:
I realized that a script was being injected into the webpage before the other Drupal scripts, most notably jquery.js itself. I highly suspect this is what caused the problem described above. The script injected was this:
I believe this is related to the surf and/or search shield LinkScanner component of AVG Antivirus 2011.
After testing on a different computer's IE 7,8,and 9 without AVG installed, I can confirm that this module works as expected.
see this link for more related discussion:
http://www.roslindesign.com/blog/2010/10/12/avg-antivirus-2011-corruptin...
Has anyone else had this issue? I'm hoping there's a way to prevent this on any given Drupal website, but doubt that's possible with AVG hijacking the page before it loads and breaking it.