jQuery UI sortable issue with helper offset value being same as scroll offset on FireFox only

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/16 1:09 UTC
Read the original article Hit count: 483

I have a problem with a jQuery UI 1.7.2 sortable list in Firefox, 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 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