Skip to main content

Search and Top Navigation

#5159 closed bug (fixed)

Opened February 10, 2010 01:13PM UTC

Closed August 23, 2012 02:05AM UTC

Last modified August 23, 2012 02:09AM UTC

Remove and receive events on nested sortables

Reported by: carlos.vara Owned by:
Priority: minor Milestone: 1.8.24
Component: ui.sortable Version: 1.8rc1
Keywords: Cc:
Blocked by: Blocking:
Description

If a connected sortable list is placed inside another sortable list, everything works fine, except the remove and receive events.

When an element is moved from the inner list to the outer one, 2 update, 1 remove and 1 receive events are called. This is the expected behavior.

But when an element is moved from the outer list to the inner one, only 1 update event is triggered, and no remove or receive events are called.

Attachments (0)
Change History (5)

Changed February 10, 2010 04:21PM UTC by scottgonzalez comment:1

milestone: TBD1.8

Changed January 02, 2012 02:45PM UTC by rtwo comment:2

Changed August 23, 2012 02:05AM UTC by Martin Hoch comment:3

resolution: → fixed
status: newclosed

Sortable: Fixed container change detection. Fixes #5159 - Remove and receive events on nested sortables.

Changeset: b9ef00f0c7fe20980e3811e6622d8e2287e0fbf5

Changed August 23, 2012 02:07AM UTC by Martin Hoch comment:4

Sortable: Fixed container change detection. Fixes #5159 - Remove and receive events on nested sortables.

(cherry picked from commit b9ef00f0c7fe20980e3811e6622d8e2287e0fbf5)

Conflicts:

ui/jquery.ui.sortable.js

Changeset: c0d0283b3bab4fc211b086aa0fbeaa77aad0ce52

Changed August 23, 2012 02:09AM UTC by scottgonzalez comment:5

milestone: 1.9.01.8.24