Hello,
First of all, sorry for my english.
I want to move a draggable when the event is launch (the user already move the draggable with the mouse). I change the css property left of the Html element an d this element move but as soon as the user move the mouse, the element return to this original position.
In this exemple, you may see that when we scroll with the element 1, this element don't move with the scroll.
And when we scroll with the element 2, this element is correctly move with the scroll but when you move your mouse, this element return to this position.
I can't use a traditional container with overflow:auto, i must use this method.
Thanks, if some one know how move correctely a draggable.