SortableJS / vue.draggable.next

Vue 3 compatible drag-and-drop component based on Sortable.js
https://sortablejs.github.io/vue.draggable.next/#/simple
MIT License
3.78k stars 518 forks source link

forceFallback is missing which causes problems on Safari #43

Open ahoiroman opened 3 years ago

ahoiroman commented 3 years ago

First check https://github.com/SortableJS/Vue.Draggable/blob/master/CONTRIBUTING.md

Step by step scenario

  1. Open https://sortablejs.github.io/vue.draggable.next/#/simple with Safari
  2. Drag and Drop an element
  3. Without reloading: Try to drag an element again

Actual Solution

Second dragndrop fails as forceFallback is missing.

Expected Solution

Implement forceFallback again :-)

vitto32 commented 3 years ago

16 describes Safari problem