Hi,

I'm tyed to active revert but nothing change, but I think that the problem don't is in the code because it work perfectly in Firefox1.5 and get errors in IE6 and look like an bug.
The script is like:

<div id="list[4]">
        <div id="item_17">Construções sobre a pintura</div>
        <div id="item_8">Daniel Senise: Surface Dialogue</div>
        <div id="item_9">Daniel Senise: Vestígios</div>
        <div id="item_1319">XX Bienal de São Paulo, 1989</div>
        <div id="item_10">Paulo Herkenhoff</div>
        <div id="item_1314">O Chão Andaluz</div>
</div>

<script type="text/javascript">
//<![CDATA[
Sortable.create("list[4]", {onUpdate:function(){new Ajax.Updater('notice', '/admin/order', 
{asynchronous:true, evalScripts:true, onComplete:function(request){new 
Effect.Highlight("list[4]",{});}, parameters:Sortable.serialize("list[4]")})}, tag:'div'})
//]]>
</script>

Thank you,
Pedro



Kjell Bublitz escreveu:
Hi Pedro.

Did you set the "revert" option to "true"?
Sounds like revert is not active.

-- Kjell

On 6/16/06, *Pedro Valentini * <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:

    Please,

    I'm build an drag and drop tree using scriptaculous and it is
    perfect in
    FF but when I test in IE don't work, I drag the element and when I
    free
    the button the element don't go to the place, stay in the mouse
    pointer...

    What can do it happen? I'm using last version of scriptaculous.

    Thank you,
    Pedro

    _______________________________________________
    Rails-spinoffs mailing list
    [email protected]
    <mailto:[email protected]>
    http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs



_______________________________________________
Rails-spinoffs mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Reply via email to