gijgo
gijgo copied to clipboard
Added page scroll offsets to draggable
Added window.pageYOffset and window.pageXOffset to mouse positions so that the draggable object works reliably when the page got scrolled down.
Effects can be seen by using the draggable example Draggable.Base.drag.sample.html and bunch of status lines have been added to the page. Try scrolling down and move the object. It just flys offscreen without this fix.