Sortable 1.5 -> 1.6RC2 ui.item.parent().width don't change anymore

Sortable 1.5 -> 1.6RC2 ui.item.parent().width don't change anymore


Hi all,
I have a problem after upgrading to 1.6RC2. I'm using the change event
to process portlet width / height while dragging ( 3 connected
sortable with 3 different width ) all works fine on 1.5 by accessing
the ui.item.parent().width() properties, i'm able to have the sortable
width i'm dragging on to process.
On 1.6RC2, ui.item.parent().width() value don't change. Always keep
original sortable width ( where i come from ), no more the sortable
width i'm currently dragging on.
Any idea ??
Regards.