Hmmm, I'm still having some difficulty with this new approach, as well.<br><br>It seems that upon creating the new sortable object, with the same ID for the span it was connected to the first time, the list is again not reorderable.
<br><br>It seems that when the Sortable.create function is called in Javascript, it is BEFORE the updater changes the contents.&nbsp; Altering SULibrary&gt;&gt;dDragDrop to alert the elements as they are visited, I see that there are one fewer list elements visited than should exist after pushing the button.&nbsp; Only then does the redraw happen.
<br><br>How might I alter the order of events, such that the updater does its magic, THEN onSuccess is called, THEN the Sortable.create is created?<br><br>Jeremy<br><br><br><br><div><span class="gmail_quote">On 12/13/06, 
<b class="gmail_sendername">Lukas Renggli</b> &lt;<a href="mailto:renggli@gmail.com">renggli@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&gt; SUSortable&gt;&gt;destory<br>&gt;<br>&gt; ...is a typo for...<br>&gt;<br>&gt; SUSortable&gt;&gt;destroy<br>&gt;<br>&gt; :-)&nbsp;&nbsp;Still acting on the rest of the advice.&nbsp;&nbsp;Thanks!<br><br>Yep, that's a common typo I usually do. There were (maybe still are) a
<br>couple of those bugs in the code, be aware ;-)<br><br>Now what I would like is a Lint rule doing some spell checking on<br>class-names, selector-names, category-names and strings within the<br>code of course.<br><br>Lukas
<br><br>--<br>Lukas Renggli<br><a href="http://www.lukas-renggli.ch">http://www.lukas-renggli.ch</a><br>_______________________________________________<br>Seaside mailing list<br><a href="mailto:Seaside@lists.squeakfoundation.org">
Seaside@lists.squeakfoundation.org</a><br><a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br></blockquote></div><br>