[Proto-Scripty] Re: Drag and Drop - odd annoyance

2009-02-12 Thread Offspring2099
Got it. Thanks David. On Feb 9, 3:55 am, david david.brill...@gmail.com wrote: Hi Offspring2009, The problem is in the function moveItem, because you just do    draggable.parentNode.removeChild(draggable);    droparea.appendChild(draggable); And you did not take care of relative

[Proto-Scripty] Re: Drag and Drop - odd annoyance

2009-02-09 Thread david
Hi Offspring2009, The problem is in the function moveItem, because you just do draggable.parentNode.removeChild(draggable); droparea.appendChild(draggable); And you did not take care of relative position of the element. When you drag the element to put it on the droppable container, in