Opened 8 years ago
Last modified 8 years ago
#10578 new bug
Incorrect Placeholder Positioning in Nested Floated Sortables
Reported by: | tj | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.sortable | Version: | 1.11.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I've a sortable element inside another sortable. When i hover an item from inner sortable over outer sortable, the placeholder is still displayed inside the inner sortable, if i'm dragging in from outside, as you can see in this simple jsfiddle http://jsfiddle.net/tilwinjoy/m2tm9d13/.
Steps to reproduce:
1) Drag an item from the inner sortable (.parent) outside the entire sortable structure.
2) Hover the item directly over the outer sortable (#container).
The placeholder will be placed inside inner sortable as shown in image below:
(Grey color is the background of inner sortable)
Desired output will be
(Blue color is the background of outer sortable).
If and only if i drag the item strictly horizontally to the outer element, then the placeholder will be placed as expected
Change History (3)
comment:1 follow-up: 2 Changed 8 years ago by
comment:2 follow-up: 3 Changed 8 years ago by
Replying to tj:
can somebody reply on this??!
We are in the process of rewriting all of our interactions (including sortable) so issues like this are unfortunately getting low priority at the moment. I think this is actually a duplicate of an existing issue but I haven't had time to dig into it yet.
comment:3 Changed 8 years ago by
Replying to tj.vantoll:
Replying to tj:
can somebody reply on this??!
We are in the process of rewriting all of our interactions (including sortable) so issues like this are unfortunately getting low priority at the moment. I think this is actually a duplicate of an existing issue but I haven't had time to dig into it yet.
Sounds great. Is there any way I can follow up the process/ any milestone for the jQuery ui with upgraded interactions..?
can somebody reply on this??!