Sortable <ol> elements don't display numbers properly.

Sortable <ol> elements don't display numbers properly.

I have an <ol> that I've made sortable, and when I drag elements around, the numbers go all out of whack. So initially I have a list appropriately numbered 1, 2, 3. When I start dragging an element, it shows 1, 3, 4. Then when I drop it, I get 1, 3, 3.

This problem is in Firefox 3. In Chrome, I get the wrong numbers when moving elements, but it seems to always be correct after I drop them.

If anyone would like some example code, I could probably make something fairly quickly.

Thanks!