manuelgtz / jquery-datatables-editable

Automatically exported from code.google.com/p/jquery-datatables-editable
0 stars 0 forks source link

Compatibility issue with jquery-datatables-rowreordering and/or jquery-ui sortable #113

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a datatable using .makeEditable() and .rowReordering()
2. Add 2 rows to the table
3. Double click on a cell in the first row to edit it, then double click on a 
cell in the second row to edit it.

What is the expected output? What do you see instead?

Expect the first row cell to change back to a text value and the second row 
cell to become an input field.  Instead, the first row cell remains an input 
field and the second row cell also becomes an input field.

What version of the product are you using? On what operating system?

jquery 1.4.2, jquery-ui 1.8.7, jquery-datatables 1.8.1, 
jquery-datatables-editable 1.3, jquery-datatables-rowreordering 1.0, Windows 7, 
Chrome 15

Please provide any additional information below.

Seems to be an issue with jquery-ui .sortable() specifically, since the same 
issue appears if I don't use .rowReordering() and use .sortable() instead.  
Also tried upgrading jquery-ui to 1.8.20 and jquery-datatables to 1.9.1 but the 
problem persists.

Original issue reported on code.google.com by ske...@gmail.com on 10 May 2012 at 11:56