Well, I have at least a partial solution. I'm still having serious problems with containment, but without containment, if I position the elements in question, it seems to work correctly (except, of course, that you can move items from one sortable to the other).
On your "without containment" page, I added the following to the stylesheet: .sortableitem { position: static; } #o_3836, #o_3837, #o_3838 { position: relative; } and I got the behavior that you would expect. I'm still working on getting containment working... I'll post back here if I find a solution. On Jun 14, 3:18 am, "Gareth Hughes" <[EMAIL PROTECTED]> wrote: > Thanks Rick, it occured to me it might be a bug but I figured as this is the > first time I've used Interface it was more likely to be my code ;) > > Anyone? > > ----- Original Message ----- > From: "Rick" > To: "jQuery (English)" <jquery-en@googlegroups.com> > Sent: Wednesday, June 13, 2007 6:52 PM > Subject: [jQuery] Re: Sortables popping out of container > > i had the same problem and i think it a bug. But I don't have a > solution for you, sorry :(