Response title
This is preview!
I am trying to drag and drop and element onto a droppable area. Let's say that I have multiple droppable areas with the same class
and I have written a drop
event handler for this class
.
If I scale down my droppable areas using -webkit-transform:scale(0.3,0.3);
, the drop event acts weird. The drop happens onto muliple droppable zones before the draggable element gets attached to one of the droppable areas.
I assume that this issue is because of using the scale
but I don't have any idea on how to fix it. Googling didn't help either.
I have set up a fiddle for DEMO.
© 2013 jQuery Foundation
Sponsored by and others.