Hi all,
this is my first post in this group, so please be gentle ;-)
In my application I have modeled some pages (as div-container), that have nodes (div-container as well) in them.
Those nodes can be connected to every other node on the same page, or on other pages. Every page and every node
is draggable (pages can be moved freely, nodes are contained in there page).
The problem occurs when I drag a page, that is some endpoints are jumping while I move the page. When I let go, the
endpoint snaps back to place. If I drag a single node everything is fine.
I already tried repainting everything on dragging-progress-event, but that does not help.
Any suggestions on what I can do to fix this?