Sortable Scriptaculous

OK, figured out what was up. In the rails helper you either need to identify the ID of a scrollable container element, or ‘window’. I tried the scrollable div, and that didn’t work. Well it worked but the behavior of it was strange.

Instead, do scroll: “window”

Works like a champ in every browser I’ve tried.

So, I guess scriptaculous doesn’t suck, I do. What else is new.