Hi all,
 
I'm using the sortable interface to create a component that can receive other components, and sort them around. However, if I add another sortable component/container inside, I cannot sort things inside of the new one. When I move a sibling component over the nested sortable container I only see places to drop it in the outer sortable component. It's like the nested sortable component wasn't sortable at all. My wild guess is that the onmouseover event is bubbling to the top-most nested component, and that's why the others are ignored?
 
Is it actually supported to have nested sortable containers? Can somebody point me in the right direction?
 
thanks a lot.
 
 
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to