solved the problem of elements dropping into themselves by adding this line at position 644 in ui.sortable.js:
if($.ui.contains(this.currentItem[0],this.containers[i].element[0])) continue; The idea is that a dragged item should disregard all containers that are contained within the element itself. I'll see if I can get the other thing as well (i know what you mean, and it's annoying me as well) kae --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
