Hey all, I'm facing the following problem with MooTools' Sortables: I have three columns (lists) with sortable elements inside, this works great.
Now, when you drag a few elements into the center column so it gets really tall and scroll down the page so you don't see the other columns' elements anymore, then you can't drag elements from the center column into the left or right column because the container itself is not a droppable element. I tried to make all three columns equal in height (tallest column sets the baseline height for all other columns) with MooTools but this, of course, doesn't work because the container is not droppable. Does anymore how to solve this? Adding the column to the droppable elements' list wreaks havok which is kinda understandable. ;-) Kind regards, Daniel
