Search and Top Navigation
#10074 closed bug (notabug)
Opened May 28, 2014 05:28PM UTC
Closed May 28, 2014 06:27PM UTC
Draggable connectToSortable and droppable accept callback
| Reported by: | felsangom | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | none |
| Component: | ui.droppable | Version: | 1.10.4 |
| Keywords: | Cc: | ||
| Blocked by: | Blocking: |
Description
Given I have two lists, one draggable and the other droppable and sortable and the draggable list has "connectToSortable" pointing to droppable list:
Problem 1: Even if I just return false on droppable accept callback, the item gets dropped.
Problem 2: The drop callback never gets called.
Test example:
Attachments (0)
Change History (1)
Changed May 28, 2014 06:27PM UTC by comment:1
| resolution: | → notabug |
|---|---|
| status: | new → closed |
You've told the droppable to work with the sortable. I'm not sure why you expect anything different to happen. Please use the forums or Stack Overflow for help.