Displaying 1 result from an estimated 1 matches for "dcroppables".
2006 Feb 16
4
cancelling droppable if draggable dropped on different droppable
...into another window to create a 
   slideshow.
   My problem occurs if my image manager window is positioned over my 
   slideshow window. When I try to drag an image into a new folder and the 
   folder icon (which is a droppable) is located above the slideshow window 
   (again a droppable) both dcroppables receive the event.
   How can I ensure that the droppable with the greatest zindex receives 
   the drop first and then how can I ensure that the event is not passed to 
   the droppable below?
Or alternatively how can I ensure that a droppable is only activated if my dragable is dropped out side...