Well i think I now the problem. Are you using 2.8.1?
I experienced the same issude after updating from 2.8.0 to 2.8.1. I found the prolem in the footer wb_theme admin file. Its in:
/templates/wb_theme/templates/footer.htt
After line 20 where it says:
<script src="{WB_URL}/include/jquery/jquery-min.js" type="text/javascript"></script>
add the line:
<script src="{WB_URL}/include/jquery/jquery-ui-min.js" type="text/javascript"></script>
Also check that there is a file with this name in your include directory:
/include/jquery/jquery-ui-min.js
I dont´t know why they removed the jquery ui.extension from the default admin wb_template. Anyone knows? However my draggable sort function depends on that?
Try it and let me know.
regards, gingebaker