Hello.
I don't know if this is a bug or there is something i am doing wrong, but here is the issue i am having:
I am using both draggable and resizable on the same div. Now if the position of the divs is absolute, everything seems to be working perfectly.
Now, if i change the positioning to relative, it seems that when i resize the div (east or west), it's top attribute changes and never returns to its original value. if i disable the draggable feature, this issue does not happen.
Any idea why this is happening ?
Sorry for not being able to provide a test page yet. I will post code if it is necessary.
Thank you.