[jQuery] Sortables error - Interface Plugin

[jQuery] Sortables error - Interface Plugin

<span style="font-weight: bold;">Problem:</span>
When you drag something slowly and not put all sortable thing on  "target" area, this thing (like list item) "pull out" and its appended on helper div created on body, see build function.
<span style="font-weight: bold;">Solution </span>(Lines 119-130):
        //helpos = jQuery.iUtil.getPos(jQuery.iSort.helper.get(0));
        if (cur && jQuery.iSort.inFrontOf != cur) {
            jQuery.iSort.inFrontOf = cur;
            jQuery(cur).before(jQuery.iSort.helper.get(0));
        } else if(!cur && (jQuery.iSort.inFrontOf != null || jQuery.iSort.helper.get(0).parentNode != e) ) {
            jQuery.iSort.inFrontOf = null;
            jQuery(e).append(jQuery.iSort.helper.get(0));
        } <span style="background-color: rgb(255, 255, 153);">else { //added lines came here</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">            jQuery.iSort.inFrontOf
= e; //Solution? maybe good</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">        }</span>
<br clear="all">its late, i'm hungry.... :\ but i think that is a good solution...
So, bye and <span style="font-style: italic;">sorry for my very poor English :)</span>
--
Bastos :cD
from Brazil to the world :D
<a href="http://tiago.zusee.com/blog">http://tiago.zusee.com/blog</a>
<a href="http://tiago.zusee.com">
http://tiago.zusee.com</a>
<a href="mailto:tiago@zusee.com">tiago@zusee.com</a>
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/