Sortable: Problem with nested lists

I’m using nested lists:

parent list: accept from A child list: accept from B

The problem is that when I drag an element from A into the child list, sometimes it allows me to drop it inside.

The same happens if I set the put attribute to allow only from B or if I just use the same group name for B and for the child list.

About this issue

  • Original URL
  • State: closed
  • Created 10 years ago
  • Reactions: 3
  • Comments: 31 (1 by maintainers)

Commits related to this issue

Most upvoted comments

👍 @RubaXa Thanks for a great module. Would love to see support for nesting as well ! Any idea when this might happen ?

I had trouble with first level nesting when trying to create a sortable grid layout demo. See: http://codepen.io/anon/pen/ogoEww In my case the rows would not be properly sortable when the colums where set sortable too. The problem was solved by adding:

dragoverBubble: true

to the options of the columns. Hope this helps someone…