desandro / draggabilly

:point_down: Make that shiz draggable
https://draggabilly.desandro.com
MIT License
3.86k stars 386 forks source link

draggabilly and jqueryUI resizable can't use cooperatively #175

Closed yuncode closed 6 years ago

yuncode commented 6 years ago

first move parent Div , then resize child Div.
finally child Div display incorrectly

if remove the containment option the case is ok.

demo https://codepen.io/oceanstick/pen/Rjqxyj

desandro commented 6 years ago

If you're using jQuery UI resizable, then I recommend you use jQuery UI Draggable

yuncode commented 6 years ago

@desandro i follow your recommendations. and find the jQuery UI Draggable is have the same incorrect effort. so I think jqueryUI resizable have bug. the demo https://codepen.io/oceanstick/pen/LOqGGw

desandro commented 6 years ago

In that case, than this isn't a bug with Draggabilly. Sorry, I won't be able to help here.