Draggable dosen't work , when there is scroll is enabled for div !
Hi all,
I have one main div it is a draggable one. It contains two
divs, those are related to main div. In these, first div is always in
scroll state. When i am trying to drag main div position at scroll,
then draggaing dosen't stop even i stop the dragging. It is very annoy
problem for my project. For this how can i fix this problem. Please
help me to fix this problem. Any suggestions and help would be more
appreciated.
Structure
-----------------
<div id="main">--draggable
<div>Always in Scroll state</div>-- Problem comes with this
scroll
<div>Content</div>
</div>
Thanking you
sure