You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all I want to thank you for your awesome work!
Secondly, I have an issue when I'm trying to dynamically change any of the carousel's options by calling setOption with refresh: true. The result is that tabindex: -1 is removed for all focusable elements in all slick-cloned that are appended at the end, so elements inside the cloned slides can be focused (also the carousel moves and breaks).
I've created an example here. I turned off the autoplay, because if the carousel moves, the issue goes away.
The issue seems to be related to reInit, which does not call updateSlideVisibility.
Thanks in advance!
Regards,
Dragos
The text was updated successfully, but these errors were encountered:
Hello,
First of all I want to thank you for your awesome work!
Secondly, I have an issue when I'm trying to dynamically change any of the carousel's options by calling
setOption
withrefresh: true
. The result is thattabindex: -1
is removed for all focusable elements in allslick-cloned
that are appended at the end, so elements inside the cloned slides can be focused (also the carousel moves and breaks).I've created an example here. I turned off the autoplay, because if the carousel moves, the issue goes away.
The issue seems to be related to
reInit
, which does not callupdateSlideVisibility
.Thanks in advance!
Regards,
Dragos
The text was updated successfully, but these errors were encountered: