I got the same issue.. IE crashes completely when trying to open the
page. Using Interface Sortables with jquery 1.2.3.
Here's a code snippet. Runs fine for FF but crashes in IE 6

<ul id="category_list">
    <li rel="1" id="category_6906" class="sortableitem">
        <img src="/styles/trans.gif" class="icon isortable" />
        Golden State Warriors
        </li>
    <li rel="1" id="category_6901" class="sortableitem">
                <img src="/styles/trans.gif" class="icon isortable" />
            iPhone
    </li>
</ul>

<script type="text/javascript">
    $('#category_list').Sortable({
            accept : 'sortableitem',
            handle : 'img',
            axis : 'vertically',
            opacity : 0.5,
            fit : false,
            onStop : function(){ reorder_category(this); }
    });
</script>



On 8 Feb., 21:43, Dough Boy <[EMAIL PROTECTED]> wrote:
> I have built a page that users can sort "blocks" into various pages,
> sort of like iGoogle.  Everything works fine except that if a block
> contains javascript (i.e. widget), IE 6 & 7 crashes when trying to
> sort a block.  Anything else in the block works fine, just javascript
> fails.
>
> Any thoughts?

Reply via email to