marceljuenemann / angular-drag-and-drop-lists

Angular directives for sorting nested lists using the HTML5 Drag & Drop API
MIT License
2.16k stars 713 forks source link

ghost image is too far way from mouse cursor on FF and Safari #332

Open yechongbo opened 8 years ago

yechongbo commented 8 years ago

test.zip image

hi guys, i am facing an issue on FF and Safari with this lib. in my case, i am trying to drag items from right side nav, and drop them on target area. with the sample code as attached, it works fine on Chrome and IE, but broken on FF and Safari. the problem is the ghost image is too far away from mouse cursor as shown in the attached image.

can you guys advise how does it happen and what is the workaround? thanks very much.

marceljuenemann commented 7 years ago

If you're using dnd-handle, then it's probably a duplicate of #238. Otherwise it might be a CSS problem.