Hi there,
I have a page with 3 sortables alongside each other, when I drag from the 1st over the second intending to drop into the the third the dragged item sticks to the screen as soon as the mouse leaves the second sortable. I generally get a number of errors in the console (seems the same on all browsers), all in the jquery ui javascript file (non-minified version)
Cannot read property 'sortables' of undefined on line 1504
Cannot read property options of undefined on line 1585 and 1627
Cannot read property 'element' of undefined on 1461
Has anyone else come across this? Is there a work-around other than reverting to an earlier version of jquery-ui?