jQuery - resizable + draggable, the scrolling(left,top) is not added

Posted by CezarisLT on Stack Overflow See other posts from Stack Overflow or by CezarisLT
Published on 2012-05-31T16:13:21Z Indexed on 2012/06/02 16:41 UTC
Read the original article Hit count: 269

I have a problem with a dragging and resizable box. It works fine, drags and rezises fine, but i have a container that holds these elements and as soon as I trigger an overflow and attempt to rezise the div it fails and resets backs to container width. http://jsfiddle.net/JTTYM/26/

preview

It seams as the this.scrollLeft and this.scrollTop are not included on drag. Can someone please help me with this?

Thank you in advance.

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about jquery-ui-draggable