I have a list which can be sortable. I\'m using jQuery UI with widget, mouse, position, sortable addons.
CSS:
#sortable{ width : 550px; displ
This happens because you have $("#sortable").disableSelection();. Remove it and will work ok.
$("#sortable").disableSelection();
http://jsfiddle.net/KbBnu/1/