Hi Paul,
Thanks for your reply, i ask for a guru and the master come, thanks for your time ;-) My problem is not the helper modification, this part is ok. My problem is that i don't get anymore the parent width information i'm dragging on. I need this input to process helper / item size modification in real time during drag operation. To understand my problem, let me explain the context. I have three column, 3 sortables connected each one have individual width ( fixed width, relative width, fixed width ). Theses three columns contains applications boxes that i can drag/drop where i want. For some of these boxes / applications i need a fixed ratio width/ height to avoid visual deformation ( video player, flash application, silverlight etc ... ), so when i drag from one sortables to another i need to know the actual sortable width i'm on ( and before mouse release ), to calcing the new height depending on the ratio fixed to modificate the helper / item in consequence. I have just downgraded to 1.5.2, all works perfectly. I'm using the change event and i get the sortable width i'm on by using ui.item.parent().width(). On the last release, this attribute don't change anymore always keep the original sortable width i come from. I have tried without success : - use ui.helper instead of ui.item - change helper options clone/original - play with some other new options available in 1.6RC2. Hope my problem is more clear :-) Regards, Jeff --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
