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

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -