http://jsfiddle.net/yKXbe/2/ fixed- in order for the drag to work your container needs to have dimensions. you didn't tell your lists to wrap their floats, so they had no height. overflow:auto fixed it.
On Thu, Jul 8, 2010 at 11:22 PM, OldIron <[email protected]> wrote: > Arieh, > > Ok, here's my example: > > http://jsfiddle.net/yKXbe/ > > As you can see, you can drag items from the bottom to the top list and > vise-versa. Now, UNCOMMENT the Float rule in the css. Run it and > you'll see that you can no longer drag items between the two lists. > Bug? Any thoughts on a possible work around? > > Thanks! > > Luke > > > On Jul 7, 10:46 pm, אריה גלזר <[email protected]> wrote: > > upload your example tohttp://jsfiddle.net. an example is worth a > thousand > > words. > > > > > > > > On Thu, Jul 8, 2010 at 2:53 AM, OldIron <[email protected]> wrote: > > > I think this is a bug, I've tried it with extremely simple examples > > > and get the same result. Here's an example: > > > > > <ul> > > > <li>one</li> > > > <li>two</li> > > > </ul> > > > > > <ul> > > > <li>three</li> > > > <li>four</li> > > > </ul> > > > > > Ok, so if I create a new Sortables object for both UL lists then I can > > > sort the items fine, including between the two lists. Here's where it > > > breaks. If I use css to float the list items then I can still sort, > > > but not between the two lists (ie. from one list to the other). > > > > > Is this is a bug? Is there a known workaround? > > > > > L > > > > -- > > Arieh Glazer > > אריה גלזר > > 052-5348-561 > > 5561 > -- Arieh Glazer אריה גלזר 052-5348-561 5561
