akiran / react-slick

React carousel component
http://react-slick.neostack.com/
MIT License
11.76k stars 2.11k forks source link

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

Open neelakandan-br opened 5 years ago

neelakandan-br commented 5 years ago

Thanks in Advance

SwarajG commented 5 years ago

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 commented 5 years ago

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.