I am trying to use jquery.draggable to allow to drag items from one div to another, and this works fine unless the div is styled to scroll on overflow, and in that case, the items are trapped inside the div even if I set the "scroll" option to false.
I'm trying to build an application to allow dragging an image from one "folder" (div) to another, and since there may be a large number of images in each "folder", there may be scrolling involved, but I don't want the dragging of an image to cause the div to continuously scroll the image within the div, I want it to be able to escape the div and be dropped into another div. Thanks in advance. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
