kenwheeler / slick

the last carousel you'll ever need
kenwheeler.github.io/slick
MIT License
28.33k stars 5.88k forks source link

Dot keeping it selected style when you swipe a slide in mobile (Official WebSite) #4200

Open joseayram opened 1 year ago

joseayram commented 1 year ago

In mobile if you touch a dot and then swipe a slide the dot touched previously keep the selected style.

====================================================================

[See Here Demo Video](https://watch.screencastify.com/v/CBIGV5Lydobnhp94eHX6)

You can see this behavior in official web site in mobile mode.

====================================================================

Steps to reproduce the problem

  1. Go to the official website from a mobile device or with chrome emulator https://kenwheeler.github.io/slick/
  2. In the "Single Item" example, press arrows or swipe to move slides.
  3. Press a dot and then swipe with touch screen the slide
  4. You can see two dots with selected style.

====================================================================

What is the expected behaviour?

The previous dots must be unselected when swipe a slide.

====================================================================

What is observed behaviour?

Two dots with active selected style.

====================================================================

More Details