Hi there, this is actually not a bug, but we should make some changes to the demo, so it becomes more visible.
dropOnEmpty can't work in this case, because when all items are dragged out of a list, the list itself has no width+height anymore. This can be fixed by adding a padding on the list, for example, and then dropOnEmpty will work just fine. Cheers, Paul On Wed, Nov 12, 2008 at 8:02 PM, hcovitz <[EMAIL PROTECTED]> wrote: > > Paul, > I have identified a bug even with the demo code whereby if all the > members of one list are dragged to another list, the placeholders > disappear in the empty list (that is, you can no longer drag members > onto the empty list). > > Although documentation is scant, it seems that dropOnEmpty should have > some effect on this, but so far it does not seem to solve the problem. > > Using: jquery.ui-1.5.2/demos/functional/index.html#ui.sortable > > I was hoping to go live with some code that utilizes sortable.js, so > any suggested workaround or indications on a new build release would > be welcome. > > Danke > > > > -- Paul Bakaus UI Architect -- http://paulbakaus.com http://www.linkedin.com/in/paulbakaus --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
