Dual sortable issue

Dual sortable issue


Hey guys,
Great work on 1.7.
We are having a problem which we were not having with previous versions.
There are two simple sortable lists on the page. We automatically call
'disable' on the start event, and then call 'enable' on the stop event.
This is because we have experienced problems caused by overly-anxious
user dragging items before the last one settles.
The problem happens when the first list is changed; the second list is
then no longer sortable. If the second list is changed, the first list
is unaffected. It acts as if the 'disable' call gets to both lists, but
the 'enable' targets only the list it is intended to.
Have there been any reports concerning something like this (I could not
find any)?
Any assistance or advice you can provide will be greatly appreciated.
Thanks,
Spot