I'm developing an application where I have two lists with droppable areas and a side menu with draggable items.
When I scroll the screen the position of the item messes up.
I tried to look for something on google and ended up in this question: jQuery draggable shows helper in wrong place after page scrolled
Either I'm not applying what they suggest correctly or it's still not working.
I have tried applying this suggestion as well: http://jsfiddle.net/7AxXE/ but I get an error saying that draggable is not a function.
Here you can find an example of my application
https://denisorlandidesouza.outsystemscloud.com/Test/
Clicking on the Ok button on top right it shows a side menu, when you drag the item and scroll the page you will see the behaviour.
JQuery Version: 1.8.3