I have a page with only the 1 content pane. Inside this pane, I have about 10 Documents modules.
My page is quite tall and when I try to move a module from the 1st position to the 9th position, I have to continue dragging/scrolling at the same time. The problem is that when I 'drop' the module, the page refreshes but the module is dropped in a different position - not my target location.
I think it's because the page is so tall and the position is 'off screen' requiring you to scroll the browser. I suspect that the JS that calculates where you're dropping is thinking it's somewhere else after the page has scrolled.
Has anyone else seen this problem?