logo

New Response

« Return to the blog entry

You are replying to:

  1. It looks like it has something to do with the style-attributes that are set by scriptaculous.

    I've found a quick-and-dirty fix for that, although I'm not sure that it would work every time.

    Try adding this when you submit the changes:

    if(typeof ActiveXObject =="function"){

    $('NewOrder').innerHTML = $('NewOrder').innerHTML.replace(/style="filter.*1"/i,"style=\"position:relative\"");

    }

    What it does, is resetting the style-tag on the item dropped, to style="position:relative" (using case-insensitive regular expression).

    I've only tried this using the Javascript-console bookmarklet in IE, where it worked.

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: