It's possible. the solution I came up with was to give the outer Sortable elements "Handles"; otherwise I think your guess is correct - the whole outer container is catching all of your click & drag operations inside of it.
Raziel Alvarez wrote: > 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 [email protected] http://jquery.com/discuss/
