Ticket #3545 (closed bug: fixed)
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: | ||
| Blocking: | Blocked by: |
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
Change History
Changed 5 years ago by Jo-W
-
attachment
testcase.html
added
Note: See
TracTickets for help on using
tickets.


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