Hi there,
in one of the projects i am currently working on, i implemented a "Draggable" (nothing special) to provide some kind of knob for the user.
Everything works fine as expected, until the DOM-structure has been changed (unfortunately it has to be that way). The knob now shows some strange behavior.
I forked a PEN (https://codepen.io/GreenSock/pen/ywpet -> https://codepen.io/anon/pen/yZMLEV) to show what i mean and only added some HTML and CSS to build a minimal setup. The problem is, that the mouse is not following the knob-handler as precise as before.
Does anyone knows this behavior and has some hint for me?
Thanks in advance!