See http://groups.google.com/group/jquery-ui/browse_thread/thread/5a1fbb37ab8ef1a9
http://dev.jqueryui.com/ticket/4911 - Richard On Thu, Oct 15, 2009 at 11:18 AM, Hawky <[email protected]> wrote: > > I have a draggable and droppable multi-level list. When you drag an > item over a closed parent item it expands (after a short delay) which > alters the position of the helper in relation to the mouse. > > I've had a look into the draggable code and I can fix the problem by > calling _getParentOffset() to reset the offset.parent values in > _generatePosition which is called every time the mouse moves. > > This seems like a bit of a hack and I was wondering if there was a way > to extend draggable to add a method to refresh the offset.parent > values? > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
