Opened 6 years ago
Closed 6 years ago
#15053 closed bug (notabug)
jQuery UI Nested Sortable not drop the element
Reported by: | Bhumi Shah | Owned by: | Bhumi Shah |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.sortable | Version: | 1.11.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
I have developed nested drag drop using jquery ui but it does not allow me to drop outside the
.drop-container
div. Here is the jsfiddle to review: http://jsfiddle.net/wsrbuef7/11/
Once I drag item and drop it into the #list2 div, it is not working. How can i solve it? Want to drop item outside the panel area. How can i do it? Is there any issue in code?
Change History (2)
comment:1 Changed 6 years ago by
Description: | modified (diff) |
---|---|
Owner: | set to Bhumi Shah |
Status: | new → pending |
comment:2 Changed 6 years ago by
Resolution: | → notabug |
---|---|
Status: | pending → closed |
Closing due to inactivity.
Note: See
TracTickets for help on using
tickets.
There's a fair amount of code in that fiddle. If the problem is just with nested sortables, please reduce the test case to eliminate anything unrelated to the bug.