jQuery UI sortable scroll helper element offset Firefox issue

Posted by James on Stack Overflow See other posts from Stack Overflow or by James
Published on 2010-03-16T01:07:39Z Indexed on 2010/03/17 0:01 UTC
Read the original article Hit count: 875

I have a problem with a jQuery UI 1.7.2 sortable list in Firefox 3.6, IE7-8 work fine. When I'm scrolled down a bit, the helper element seems to have an offset of the same height that I'm scrolled down from the mouse pointer which makes it impossible to see which item you originally started dragging. How do I fix this or work around the issue? If there is no fix what is a really good alternative drag-able plugin?

Here are my initialization parameters for the sortable.

$("#sortable").sortable( {placeholder: 'ui-state-highlight'  } );
$("#sortable").disableSelection();

© Stack Overflow or respective owner

Related posts about jquery-ui-sortable

Related posts about firefox