Splidejs / splide

Splide is a lightweight, flexible and accessible slider/carousel written in TypeScript. No dependencies, no Lighthouse errors.
https://splidejs.com
MIT License
4.83k stars 418 forks source link

Slide move follow mouse after selection on select element in Safari #1237

Open xieccc opened 11 months ago

xieccc commented 11 months ago

Checks

Version

latest

Description

Slide move follow mouse after selection on select element in Safari.

Reproduction Link

https://codesandbox.io/s/splidejs-4-flicker-bug-forked-qs89vt

Steps to Reproduce

  1. Use MacOS Safari ( My Safari version is 16.6 )
  2. Add a select element to the element with classname "splide__slide".
  3. Select an option in the select element.
  4. Move the mouse

Expected Behaviour

After selection, the slide will not follow the mouse movement.