Modify ↓
Ticket #4708 (closed bug: invalid)
Connect to sortable breaks data passing from draggable to drop target
| Reported by: | funkingburt | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4 |
| Component: | unfiled | Version: | 1.3.2 |
| Keywords: | draggable connectToSortable droppable | Cc: | |
| Blocking: | Blocked by: |
Description
I'm trying to use draggable, with sortable and droppable. When I specify 'connectToSortable' in the draggable definition, there is no longer any data on the ui.draggable object in the draggable. Removing connectToSortable relieves the situation, and passed data is present.
Attachments
Change History
Changed 4 years ago by funkingburt
-
attachment
draggable_issue.txt
added
comment:1 Changed 4 years ago by dmethvin
- Status changed from new to closed
- Resolution set to invalid
This is not a jQuery core bug. Please use the jQuery forums or contact the author via the method they request. For jQuery UI plugins, please file a bug on http://dev.jqueryui.com .
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

quick demo of problem