Opened 6 years ago
Last modified 6 years ago
#15080 new bug
Nested Drag and Drop using jquery ui not working properly - Working in version 1.10.4
Reported by: | Bhumi Shah | Owned by: | Bhumi Shah |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.sortable | Version: | 1.12.1 |
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 .drop-container div. Here is the code snippet and JSFIDDLE to review:
[CODE REMOVED]
[JSFIDDLE][1]
Once I drag item and drop it into the #list2 dive,it is not working. How can I solve it?
Change History (3)
comment:1 Changed 53 years ago by
Status: | pending → new |
---|
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
already removed unused code. This is just to show what i am doing and tried to remove all code but the issue is same so it is from core side.
Note: See
TracTickets for help on using
tickets.
There's a fair amount of logic involved for just nested drag and drop. Please remove all the unrelated code in that fiddle.