Vue.Draggable icon indicating copy to clipboard operation
Vue.Draggable copied to clipboard

Doesn't work properly on rtl direction

Open jd1378 opened this issue 5 years ago • 2 comments

I was using draggable and found out it doesn't work as expected on RTL direction. when dragging, it seems that it cannot determine the position.

sandbox link

https://codesandbox.io/s/vuedraggable-bug-example-0sy1u the upper box is ltr direction and works fine the lower box is rtl direction and is buggy

jd1378 avatar Jun 02 '20 03:06 jd1378

It seems that sortbale.js does not support rtl.

https://github.com/SortableJS/Sortable/issues?q=is%3Aissue+is%3Aopen+rtl+direction

Once they are corrected will have to check if something needs to be done on the vue.draggable side.

David-Desmaisons avatar Jun 10 '20 19:06 David-Desmaisons

hello. any news?

Calmway avatar Feb 28 '22 11:02 Calmway