Draggable: Ensure helper is positioned even if its the element itself#1313
Draggable: Ensure helper is positioned even if its the element itself#1313mikesherov wants to merge 1 commit into
Conversation
|
I opened this PR because @scottgonzalez seemed lukewarm on fixing this in the bug tracker ticket. @scottgonzalez any thoughts now that you know what the fix is? |
|
My biggest concern at this point would be either complicating the code in the new implementation or changing behavior in the new implementation. Can you look at what happens in this case in the interactions branch? Whether it works or not, I'm fairly sure the element is going to be forced to absolute positioning because this is a really odd scenario. |
|
Yeah, I'll discuss this with @DaveStein to see what impact this has on the new code, which by the way, he's made tremendous progress on in the past few weeks. The new draggable doesn't always use absolute, so I think its a trivial change there but will double check. |
|
Yeah, fix is as trivial in the new code. @scottgonzalez I'm going to land this. |
|
Landed in 451dded |
No description provided.