I believe this is because the way sortables works has changed. The original item stays put until drop while the placeholder changes position in the dom and the helper is the item actually dragged. Try using ui.helper instead of ui.item
On Thu, Oct 23, 2008 at 5:12 AM, zebulon <[EMAIL PROTECTED]> wrote: > > 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. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
