Hi there,
I'm using the sortable plugin of jQuery UI 1.8 in IE8 and now I noticed this strange issue.
As soon as I start dragging a sortable item, the "helper" element that sticks to my mouse does stick to my mouse as long as I didn't scrolled before dragging.
If I scroll down the page and start dragging, the helper element I moved doesn't stick to my mouse anymore it's about 200 pixels lower than my mouse (same distance as I scrolled?). As soon as I scroll further downwards, the element moves further away from my mouse. Only in IE8. IE7 works perfectly.
Does anyone know what I'm doing wrong here? Is it a CSS styling issue or a jQuery UI bug?
Thanks.
-Robin