sortable start trigger

sortable start trigger


It seems the start event trigger for sortable has been moved to much
later in the _mouseStart method in UI 1.7. As a result, when I cache
my sortable list within the start callback, I get the sortable helper
included in the set.
This didn't used to happen in UI1.5, and since I need to cache my
list's state when sorting begins, it breaks my application. I can work
around it by using a regular mousedown event instead of the sortable
start callback, so it's not a big deal.
But I'm just wondering: is there a reason the trigger was moved to
later in the _mouseStart method? Perhaps it was done to allow
inclusion of more properties in the callback's ui hash?
Thanks
-Scott