Skip to main content

Search and Top Navigation

#3545 closed bug (fixed)

Opened November 06, 2008 02:27PM UTC

Closed January 09, 2009 02:53PM UTC

Error when dragging an item before last item has finished dragging

Reported by: Jo-W Owned by: paul
Priority: major Milestone: 1.7
Component: ui.sortable Version: 1.6rc2
Keywords: Cc:
Blocked by: Blocking:
Description

Firefox 3.0, JQuery 1.2.6, JQuery UI 1.6rc2

If I drag an item in a sortable list and begin dragging another item before the previous one has completed dropping: javascript errors occur, the place holder is not removed, the first element dragged remains absolutely positioned.

This is especially apparent when revert is on, however I have been able to reproduce it with revert off.

Steps to reproduce

1) See my attached testcase

2) Drag items around fast enough so that the animation does not finish before dragging the second time

Attachments (1)
  • testcase.html (1.0 KB) - added by Jo-W November 06, 2008 02:27PM UTC.

    UI Sortable testcase, requires jquery.js and jquery.ui.js

Change History (2)

Changed January 02, 2009 02:16PM UTC by scottgonzalez comment:1

milestone: TBD1.6

Changed January 09, 2009 02:53PM UTC by paul comment:2

resolution: → fixed
status: newclosed

After testing it thoroughly, this issue seems to be fixed in the latest version.