Dragging problem in sortable plugin

Dragging problem in sortable plugin

Hi,

I am using sortable plugin. 

I am setting  tr as sortable .Inside my tr > td has textarea and input fields. If i dragged the tr > td  which contains text, its working fine. But, if i try to drag a tr > td which contains textarea or input elements, tr is not dragging. Please help me any one. Thanks in advance 


  1. <table>
  2.       <tr class="ui-state-default">
  3.             <td>text content</td>
  4.             <td><input type="text"/></td>
  5.       </tr>
  6.       <tr class="ui-state-default">
  7.             <td>text content</td>
  8.             <td><textarea></textarea></td>      
  9.       </tr>
  10. </table>

Regards, 
Sundharesan.p