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: 300
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.
© Stack Overflow or respective owner