[Proto-Scripty] Sortable lists don't drag smoothly with newer versions of scriptaculous

2009-07-08 Thread emz452
Hi there, I have a sortable UL list using scriptaculous, nothing fancy or unusual. When I use an older version of the dragdrop.js file (e.g. v1.5), it works as expected. The dragging of list elements to sort them, is smooth. When I use the latest version and try to drag a list element, it's

[Proto-Scripty] Sortable lists

2009-04-26 Thread WLQ
So I've got a sortable list. Now what I want to do is to have ability to drop items on it. Like: being able to drop other items from other lists. Here's to create a sortable list: Sortable.create(tasksList, {tag:li}); So how can I drop other elements into it? Thanks, Yan

[Proto-Scripty] Sortable Lists: Can only move one row?

2009-03-13 Thread Programme
Hey Here is a very nice tutorial on Sortable Lists: http://zenofshen.com/posts/ajax-sortable-lists-tutorial However; when trying this myself I always end up with a list that works half way. The list loads and I can move an item, but that is it. I can not move any other items unless I reload the