Drag Drop within Nested Dynamic Panels


#1

I have a draggable list in a dynamic panel. I want to drag an item from that list outside of the dynamic panel but it disappears on drag when it reaches the boundary of the dynamic panel. Is this possible to do or do I need to figure out something else?


#2

@KavaKiwi

there are several options

  1. make the DP larger area
  2. re-organize the DP and put the item outside
  3. do a fake replica
  • create a replica of the item outside of the DP and set hidden
  • for the item, onMouseDown, show the replica and hide the item
  • drag the replica actually