rlemaigre / Easy-DnD

A drag and drop implementation for Vue.js 2 and 3 https://codesandbox.io/s/easy-dnd-demo-9mbij https://codesandbox.io/s/easy-dnd-demo-2-xnqbz
MIT License
380 stars 52 forks source link

Autoscroll flickers when the item is moved during dragging #148

Open philippkuehn opened 9 months ago

philippkuehn commented 9 months ago

As the title says, there is a rendering error when dragging in scrollable lists. Happens in the latest Chrome and Firefox. It works in Safari.

https://github.com/rlemaigre/Easy-DnD/assets/2500670/0727d4de-7b4b-4036-b6a8-7128f30162e8

Codesandbox: https://codesandbox.io/p/sandbox/vue-easy-dnd-scroll-flicker-bug-sz2k45?file=%2Fsrc%2FApp.vue%3A5%2C29