css - Draggable plugin bug on auto-scroll (jquery) -
i working in project uses jquery draggable plugin move widgets (divs) place in page, i'm having problem i'm not being able solve it.
my problem same occurs in jquery draggable plugin demo site: http://jqueryui.com/draggable/#scroll
if start dragging first div , move bottom notice windows scrolls (as expected). can see offset of mouse between div , mouse isn't original. mean, div should near mouse not far while scroll down (or up).
i have tried options use of
{ refreshpositions: true }
for draggable element or even
{ cursorat: { left: 0, top: 0 } }
but both solutions don't solve problem.
thanks time.
Comments
Post a Comment