javascript - Does jQuery UI's sortable has a bug when the handle is outside the element? -


i have list of dynamically added fields uses jquery ui's sortable(). have dragging icon inside absolute positioned tip has each fields options.

when try sort fields , down, placeholder (it's red box in demo) doesn't move. after testing found if remove position: absolute; css rule using firebug works, breaks layout.

here demo of problem: http://mahersalam.co.cc/projects/namodgmaker/

first add 2 or more fields, try drag 1 of them see problem.

how can fix problem ?

update: tried make tip outside of sorted field using negative margins , floating , problem still happened, maybe it's jquery ui bug ?

have tried chrome? seems work there or have not understood app.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -