jQuery vTicker - Pause:true Resumes on Mouseover

595 views Asked by At

I have successfully implemented the jQuery vTicker plugin, along with 'previous,' 'next,' and 'pause' link functionality. When I click Pause, the ticker does pause.

The problem is when the ticker is paused, if you mouse-over the ticker, it resumes. You can see this happen on the demo page of this site I posted above (click the pause button in the demo, then mouse-over the ticker below it).

Any ideas on how to fix this?

2

There are 2 answers

0
RidingTheRails On BEST ANSWER

@Matt - this issue has now been fixed and the latest version 1.13 includes this fix. I have a test that covers this issue too now.

0
Matt On

I actually found that an issue had been posted on the author's github page for this problem. The poster had also resolved his issue and had posted the code. You can find the fixed code here: https://github.com/richhollis/vticker/pull/6