Skip to main content

Search and Top Navigation

#10578 new bug ()

Opened September 01, 2014 08:03AM UTC

Last modified December 07, 2014 12:54PM UTC

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:

[[Image(http://i.stack.imgur.com/XBJ6h.png)]]

(Grey color is the background of inner sortable)

Desired output will be

[[Image(http://i.stack.imgur.com/Xjx3h.png)]]

(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

Attachments (0)
Change History (3)

Changed September 05, 2014 04:08PM UTC by tj comment:1

can somebody reply on this??!

Changed September 05, 2014 05:44PM UTC by tj.vantoll comment:2

Replying to [comment:1 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.

Changed December 07, 2014 12:54PM UTC by tj comment:3

Replying to [comment:2 tj.vantoll]:

Replying to [comment:1 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..?