Changes between Initial Version and Version 1 of Ticket #7044, comment 3


Ignore:
Timestamp:
Feb 28, 2011, 6:37:16 AM (12 years ago)
Author:
rdworth
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7044, comment 3

    initial v1  
    11In order to fix this, we would need to keep a reference to the original element's parent and index, for returning it back there. Such a reference rather than a placeholder element, as no one element type (such as div) can be put in place of all other elements (such as an li).
    22
    3 A workaround in the meantime is to use helper: "clone" and hide the original on dragStart and show and dragStop.
     3A workaround in the meantime is to use helper: "clone" and hide the original on dragStart and show on dragStop.