1
I am developing an application one I have 2 lists with droppable areas and a side menu with draggable items.
When I use scroll the position of the item I’m dragging is changed by adding scroll movement.
I tried to apply what I found to this topic: https://stackoverflow.com/questions/5791886/jquery-draggable-shows-helper-in-wrong-place-after-page-scrolled but either I’m applying wrong or it’s not working at all.
I tried that one too: http://jsfiddle.net/7AxXE/ but an error is shown saying that "draggable is not a Function".
Here you can access an example of my application and simulate the error:
https://denisorlandidesouza.outsystemscloud.com/Test/
Clicking the "Ok" button at the top right will show a side menu, when dragging the item to the main area and using the scroll you will see the behavior.
jsfindle was just an example of what I was trying to implement. It’s actually not mine. I left an example of my application here: https://denisorlandidesouza.outsystemscloud.com/Test/ I will try to implement what you suggested. Thank you.
– Denis
@Denis then put code of what you are trying to do in your application in your question. If my answer answers your doubt do not forget to mark as answered.
– HudsonPH