ui working very slow for sortables, disabling other elements functionality

ui working very slow for sortables, disabling other elements functionality


I've implemented ui sortable for a list on my page and noticed that
when the list has more than 10 - 12 elements it moves veeeeryyy slow.
One other thing...inside the list elements I have some links which
only work when double clicked.
<ul>
<li><a href="something.php">this link works only if I double
click</a><li>
</ul>
Any ideas?