Is it possible to drag jQuery UI Sortable list items between two lists, one of which is in the JQuery UI dialog box, and the other is not?
I am trying to create a dialog in which users can drag and drop form fields from the dialog into the form that is on the page, but I cannot drag elements from the border of the dialog.
Thank you in advance
Edit
Dragging and dropping seems to actually work, but you don't see the element as soon as you go beyond the scope of the dialog. This is not an ideal option. (see redsquare demo )
Other Editing
The main div created for the dialog has overflow:hidden. If I disable this in Firebug, the drag and drop works correctly, so I think I could somehow override this, but I suspect that this will cause me more problems.
source
share