Skip to main content

Search and Top Navigation

#4611 closed enhancement (fixed)

Opened June 17, 2009 08:30AM UTC

Closed July 28, 2009 05:52AM UTC

Last modified October 13, 2009 03:24PM UTC

Nested sortable

Reported by: menteb Owned by:
Priority: minor Milestone: 1.8
Component: ui.sortable Version: 1.7.2
Keywords: Cc:
Blocked by: Blocking:
Description

I would be nice to see sortable expanded to have several depths:

<ul>
  <li></li>
  <ul>
    <li></li>
  <ul>
</ul>

Is this feasible?

Attachments (0)
Change History (4)

Changed July 09, 2009 02:23PM UTC by jzaefferer comment:1

milestone: TBD1.8

Changed July 24, 2009 01:11PM UTC by kae comment:2

http://verens.com/demos/nested-sortables/nested-sortables.html

had to change a few things in ui.sortable.js to make it work, but nothing major.

see http://dev.jqueryui.com/ticket/4703 for a patch

Changed July 28, 2009 05:52AM UTC by paul comment:3

resolution: → fixed
status: newclosed

Made possible again in r2999.

Changed October 13, 2009 03:24PM UTC by menteb comment:4

The sort functionality is now there (thanks), but the serialize is still the one for non-nested sortables.

I found something that seems to work here: http://www.b-hind.eu/jquery/index.php, so maybe this can be used as example.

Bram