jQuery.Marquee icon indicating copy to clipboard operation
jQuery.Marquee copied to clipboard

Marquee PauseOnHover and pause button toggle issue

Open erezger opened this issue 7 years ago • 2 comments

when i add pause on hover = true its stoped when i hover the marquee but when i have pause on over true and pause button when i press the pause button it makes the pause on hover happen when i hover outside the marquee and only when i hit the resume button it back to normal

hope i was clear

this fiddle will show you what i mean just press the pause button and hover the marquee with the mouse http://jsfiddle.net/dt1t81yr/1/

erezger avatar Oct 01 '17 12:10 erezger

Are you up to date with the latest commits? There has been a recent change in the pauseOnHover feature.

nuke-ellington avatar Oct 01 '17 16:10 nuke-ellington

Hey i saw the changes and i think it wont help cause when pause on hover is active you do marquee.resume on mouseleave so even if the pause button is on when you mouseleave the marquee container it will do resume

hope i am clear so i think you need to detect if is pause button and when pause button is active you need to unbind mouseenter and mouseleave methods not sure if its possible cause its kind of an hack

but i will update and let you know

/// same with the new version

erezger avatar Oct 02 '17 06:10 erezger