If you create a sortable that contains a textarea, the textarea is not
editable.  Any ideas on how to get around this?  Is this a bug?  I'm
using mk 1.4.

I got a similar example working in scriptaculous.


markup example
<div class="item" style="margin:5px; border:1px solid black;">
<textarea>area 1</textarea>
</div>

<div class="item" style="margin:5px; border:1px solid black;">
<textarea>area 2</textarea>
</div>

</div>

<script language="javascript" type="text/javascript">
MochiKit.Sortable.Sortable.create('working_area',
{tag:'div',only:'item'});
</script>


Thanks,
D


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" 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/mochikit
-~----------~----~----~----~------~----~------~--~---

Reply via email to