Solved it..

My sortable div element contained a table. The table had align=left  
on it..

I took the align left off and the sortable started working..

Kinda odd, but it did the trick..


______________________________________________________________________
Alex Duffield ❖ Principal ❖ InControl Solutions . http:// 
www.incontrolsolutions.com



On 19-Sep-07, at 3:14 PM, Alex Duffield wrote:

> I am having some problems with my sortable..
>
>
>       Sortable.create('listbg',{
>                       tag:'div',
>                       handel:'reorderhandle',
>                       onUpdate:function(){
>                               console.log("List reordered");
>                       }
>                       
>                       });
>
>
> I can grab and drag the child divs as expected with the handle, but  
> I can not actually reorder the divs.
>
> Any idea what it is I am missing???
>
> Thanks.
>
>
>
>
>
> ______________________________________________________________________
> Alex Duffield ❖ Principal ❖ InControl Solutions . http:// 
> www.incontrolsolutions.com
>
>
>
>
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to