Draggables, Sortables and Scrolling DIV problem
I have to UL elements with many LI elements, they appear side be side. The items on both side can be long and may scroll.
The left side is a library of items, they are draggable. The right side is a subset of items selected from the left, this is a sortable list.
I use the connectWithSortable option with my draggables on the the left so I can add them to my list on the right (the right side of course can be reordered by it being sortable).
My problem is, is when my sortables (right side) is too long and has a scroll bar (say 8 items per page), and I scroll down to I can more new items from my draggables (the left side) to the sortable side, the sortables ONLY register an item to be dropped if I drag to items in at the top of the list... So If my sortables are, say 20 items long, and takes up about 2.5 pages length, I can only seem to drag an item into the sortables into the first eight items, the other 12 do not register a thing.
I have no idea what is going on... do I need some more options set, is this a bug (using 1.8RC1 jquery ui)
Thanks
Layle