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
When i drag list items from second or third to first and pull mouse until first item is fully scrolled, and then release mouse button, pagination dots are not updated. This happens only when i pull mouse even after first item is reached. It seems pagination dots update function checks for condition like "choose dot for which there is an item with x-coordinates [x1, x2] such that viewport left edge is between x1 and x2". But for my case it's possible to not to fit in such condition.
Reproduction Link
No response
Steps to Reproduce
Create splide slider like described above
Pull items with mouse until first item is fully reached and even more
Release mouse button
Expected Behaviour
Pagination dots updated such that current active dot is first
The text was updated successfully, but these errors were encountered:
It's also seems that pagination dots update should exec even mouse button wasn't released. Currently, when i drag items with mouse, pagination dots are updated only after mouse button released. It's a quite unconvenient to navigate through big slider with many dots.
Checks
Version
v4.0.2
Description
This is Splide options (i have 15 items 21rem width each):
When i drag list items from second or third to first and pull mouse until first item is fully scrolled, and then release mouse button, pagination dots are not updated. This happens only when i pull mouse even after first item is reached. It seems pagination dots update function checks for condition like "choose dot for which there is an item with x-coordinates [x1, x2] such that viewport left edge is between x1 and x2". But for my case it's possible to not to fit in such condition.
Reproduction Link
No response
Steps to Reproduce
Expected Behaviour
Pagination dots updated such that current active dot is first
The text was updated successfully, but these errors were encountered: