a5hik / ng-sortable

AngularJS Library for Drag and Drop, supports Sortable and Draggable. Supports Touch devices.

Home Page:http://a5hik.github.io/ng-sortable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Item positioning when start dragging.

dbrezoev opened this issue · comments

I have a strange issue, when dragging of an item just started, the draggable item jumps about 50px down and a few pixels right. So the cursor stays at nothing but actually drags the item. Any suggestions? Thanks in advance. EDIT: I noticed this is when I use the containment option. Without containment options is ok, but the draggable item doesnt have background.

@dbrezoev How did you manage to fix this? I am getting same issue.