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

Marquee PauseOnHover and pause button toggle issue #119

Open
erezger opened this issue Oct 1, 2017 · 2 comments
Open

Marquee PauseOnHover and pause button toggle issue #119

erezger opened this issue Oct 1, 2017 · 2 comments

Comments

@erezger
Copy link

erezger commented Oct 1, 2017

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/

@nuke-ellington
Copy link
Collaborator

nuke-ellington commented Oct 1, 2017

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

@erezger
Copy link
Author

erezger commented Oct 2, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants