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

Auto play does not stop rotate the slide when focus on slide or focus on dots #1525

Open
neelakandan-br opened this issue Apr 3, 2019 · 2 comments

Comments

@neelakandan-br
Copy link

neelakandan-br commented Apr 3, 2019

  • Please replicate issue with this CodeSandBox
    I am using "react-slick": "^0.23.2",
    Autoplay does not stop when the tab focus happened on slide or dots. Ideally, the API pasuseonfocus & pauseondotshover should do the expected behavior. but it's not happening. The replicated issue in above sandbox link. please check and let me know.

Thanks in Advance

@SwarajG
Copy link

SwarajG commented Apr 7, 2019

After some debugging, I found out that the onfocus and onblur function are getting attached to the elements, but not getting called when the event is happening. So, have to look into this that why those events are not getting fired on the .slick-slide elements.

@jaisonka91
Copy link

In autoplay mode, if one dot is clicked by the user then it's showing as active always. So it will show two active dots.

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

3 participants