Sortables in 1.5

Sortables in 1.5


Hey everyone, I just implemented some custom stuff using your lib -
overall it was really good, sometimes too easy. However, I'm having a
couple of issues I was hoping to get some help with.
I'm using UI 1.5b2 and jquery 1.2.4a. I've got a fairly basic <ol>
that I'm making sortable.
1. Containment - axis: 'y' doesn't work at all for me. Containment:
parent works, but it constrains to the parent of my ordered list
instead of the <ol> itself. Maybe this is intended.
2. Scroll - My <ol> has a height and width set, and I've got overflow-
y: scroll set. However, the <ol> doesn't actually scroll. The
scrollbar appears and it looks like the area inside increases when I
move the <li> that I'm dragging around, but it doesn't actually
scroll.
3. When I've got more items than can fit inside the constrained <ol>
and I scroll down and grab one, it pops out about 100 pixels above the
cursor and moves around with cursor movement. The blank space appears
under the cursor and moves around properly, and when I drop, the item
goes in the blank spot. It just doesn't pop out beneath the cursor.
Any help is greatly appreciated. If need be, I can provide some
actual code examples or screen shots.
Cheers,
Ethan