a5hik / ng-sortable

AngularJS Library for Drag and Drop, supports Sortable and Draggable. Supports Touch devices.
http://a5hik.github.io/ng-sortable/
MIT License
1.15k stars 314 forks source link

Objects replaced by others #208

Open GenieTim opened 9 years ago

GenieTim commented 9 years ago

I have got a List generated out of an array in an object, which should be sortable, in a Cordova/Phonegap App. Sometimes, when dragging one of the items incautious (what is mostly the case with touch), some of the items replace others. I have an illustration of my problem here: http://test.bernhard-webstudio.ch/ngswipebug.mov

Which code could be usefull/what could be my fault?

a5hik commented 9 years ago

@BernhardWebstudio possibly some of the recent changes are breaking drop on the touch devices will look and get back to you.

GenieTim commented 9 years ago

@a5hik I am not sure how much this is caused by the touch device since I can generate the same bug when I open my html file in Google Chrome or Safari...

rgnevashev commented 9 years ago

confirm + there is a bug