I am having problems with the smooth operation of JQuery UI sorters.
The tolerance that I set does not always work correctly - for example, if I set it to a "pointer", sometimes I could have an object almost on top of another (mouse on) and it would not change. For some time I have to move the object to make it reorder.
Is there anything that is required for proper operation or anything that can cause it to break? (fields, float, some elements, elements with an absolute location, etc.?)
The code I have is basically like this (anchored as abs.):
<div span="span-12 prepend-top last"> <ul id="fileupload-images" class="ui-sortable"> <li class="image span-3" id="38b22e1c130d9c33fafb20e7ac16c038"> <img class="thumb span-3 last" src="/uploads/3/8/b/38b22e1c130d9c33fafb20e7ac16c038/38b22e1c130d9c33fafb20e7ac16c038.jpg"> <a href="#" class="zoom"></a> <a href="#" class="remove"></a> </li> </ul> </div>
source share