I am following a simple tutorial to add dragging functionality to a composition. I added this code to the creationComplete-event of the stage: var onComplete = function onComplete() { …
The object-positioning issue is the following: If i create some "static" Elements on the stage as DragElements and Targets and use JQuery UI for draggable and droppable functiononality it works…
