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
Post a Comment