Opened 13 years ago
Closed 10 years ago
#5189 closed bug (invalid)
Draggable has a few issues when connecting to more than one sortable
Reported by: | Kronuz | Owned by: | Kronuz |
---|---|---|---|
Priority: | major | Milestone: | 2.0.0 |
Component: | ui.draggable | Version: | 1.8rc1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Then you connect a draggable to two sortable lists, at least three things happen that shouldn't:
Firstly, a stop event is sent whenever you drag out of the sortable (even when you drag to other sortable), which is inconsistent with the way sortables work.
Secondly, the sortables start losing the "revert" animation when you drag the draggable item out of the sortables.
Finally, if you drag the draggable around to more than one sortable before dropping the item into one of those sortables, you get a "revert" animation that goes to the draggable's point of origin before "reverting" back to the dropping place in the sortable.
These problems happen too when you use version 1.7 (I believe)
I've put together a test case here: http://www.webdevout.net/test?02w&raw
Attachments (1)
Change History (5)
Changed 13 years ago by
Attachment: | draggable.patch added |
---|
comment:1 Changed 13 years ago by
Milestone: | TBD → 1.8 |
---|
comment:2 Changed 10 years ago by
Milestone: | 1.9.0 → 2.0.0 |
---|
comment:3 Changed 10 years ago by
Owner: | set to Kronuz |
---|---|
Status: | new → pending |
Thanks for taking the time to contribute to the jQuery UI project! Please provide a complete reduced test case on jsFiddle to help us assess your ticket, the provided link no longer works.
Additionally, be sure to test against the git version of both jQuery UI and jQuery to ensure the issue still exists. To get you started, use this boilerplate: http://jsfiddle.net/ZgAqH/Open the link and click to "Fork" (in the top menu) to get started.
comment:4 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Patch that seemingly fixes the issue where the sortables lose the revert animation