jQuery - resizable + draggable, the scrolling(left,top) is not added
- by CezarisLT
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/
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.