Skip to main content

Search and Top Navigation

#6922 closed bug (wontfix)

Opened February 01, 2011 12:24PM UTC

Closed February 01, 2011 05:51PM UTC

Last modified February 08, 2011 07:06PM UTC

Interactions with cloned helpers are broken with jQuery 1.5

Reported by: rebugger Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.sortable Version: 1.8.9
Keywords: Cc:
Blocked by: Blocking:
Description

Using jQuery 1.5, sortable() removes previous applied .button() if it is used with helper: 'clone'.

After dropping the sorted item its original source (without the applied .button()) is inserted at the new position.

Using jQuery 1.4.4, everything works fine.

Here is an example: http://jsfiddle.net/rebugger/hKthm/5/

Attachments (0)
Change History (7)

Changed February 01, 2011 01:42PM UTC by scottgonzalez comment:1

status: newopen

This is caused by an undocumented breaking change in .clone().

Changed February 01, 2011 01:48PM UTC by scottgonzalez comment:2

Ticket filed against jQuery core: http://bugs.jquery.com/ticket/8123

Changed February 01, 2011 05:47PM UTC by scottgonzalez comment:3

#6924 is a duplicate of this ticket.

Changed February 01, 2011 05:48PM UTC by scottgonzalez comment:4

summary: Sortable with helper=clone bug using jQuery 1.5Interactions with cloned helpers are broken with jQuery 1.5

Turning this into a general ticket so we can close all related tickets as duplicates. We're just going to wait for 1.5.1 to be released.

Changed February 01, 2011 05:51PM UTC by scottgonzalez comment:5

resolution: → wontfix
status: openclosed

Changed February 08, 2011 06:02PM UTC by scottgonzalez comment:6

#6955 is a duplicate of this ticket.

Changed February 08, 2011 07:06PM UTC by scottgonzalez comment:7

#6956 is a duplicate of this ticket.