Opened 14 years ago
Closed 13 years ago
#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: | |
Blocked by: | Blocking: |
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 (1)
Change History (2)
Changed 14 years ago by
Attachment: | draggable_issue.txt added |
---|
comment:1 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
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 .
Note: See
TracTickets for help on using
tickets.
quick demo of problem