tbathiago / jquery-datatables-editable

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

Issue with jQuery JavaScript Library v1.5.1 #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Editing inline Data is giving the below exception ::

Node cannot be inserted at the specified point in the hierarchy" code: "3 
Node cannot be inserted at the specified point in the hierarchy" code: "3
fragment.appendChild( ret[i] ); 

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

Edit should have updated the data, but we see the error.

It worked fine with 
jQuery JavaScript Library v1.4.4

but giving error with 

jQuery JavaScript Library v1.5.1

and I'm using jquery.dataTables.editable.js Version 1.0.0

is there any way we can make this work in v1.5.1

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

Please provide any additional information below.

Original issue reported on code.google.com by chaitu...@gmail.com on 19 May 2011 at 3:14

GoogleCodeExporter commented 8 years ago
Hi,

I have tried it with 1.5.1 and it works see online example: 
http://jquery-datatables-editable.googlecode.com/svn/trunk/jquery.1.5.1.html . 
Could you take a latest version 1.1.8 from the 
http://jquery-datatables-editable.googlecode.com/svn/trunk/media/js/jquery.dataT
ables.editable.js 
Maybe this is some bug that is resolved later.

Regards,
Jovan

Original comment by joc...@gmail.com on 19 May 2011 at 8:13

GoogleCodeExporter commented 8 years ago
Hello,

I have been trying with 1.5.2 jquery and the 1.1.8 editable version.

adding a row works but deleting does not. I have a strange dialog box with 
[object XMLDocument] as a title. My browser even offers me a checkbox to 
prevent my page from opening new dialog.

Any hints on this ?

regards
Cyril

Original comment by crog...@gmail.com on 30 May 2011 at 4:35

GoogleCodeExporter commented 8 years ago
Hi,

Do you have some online example? Otherwise could you send me .zip archive with 
html/js you are using?
I hav etried it with various versions of plugin and I have not notice any 
problem.

Thanks,
Jovan

Original comment by joc...@gmail.com on 31 May 2011 at 6:53

GoogleCodeExporter commented 8 years ago
Hi,

I have found one problem with delete method in the version 1.5. of JQuery. I 
have added dataType: "text" to the delete Ajax call and this fixed a problem. 
Could you please try it with the latest dev version 
http://jquery-datatables-editable.googlecode.com/svn/trunk/media/js/jquery.dataT
ables.editable.js and check is this fix resolved a problem you found.

Regards,
Jovan

Original comment by joc...@gmail.com on 1 Jun 2011 at 9:52

GoogleCodeExporter commented 8 years ago
Hello,

the last version fixes my problem.
Sry for the delay.

I know have jq 1.5.2 and the dev version of editable and it rocks. can we 
expect a stable  version to use (not a development version) soon ?
thank you very much for your work
Regards,
Cyril

Original comment by crog...@gmail.com on 6 Jun 2011 at 9:36

GoogleCodeExporter commented 8 years ago
Hi,

I will post final version 1.3 next week. However, these dev versions should be 
stable enought to be used (or if someone reports an issue it is resolved 
shrotly).
In each dev version that is commited I make sure that it works with all current 
online examples so whatever you see on the site will work in your code too.

Final version 1.3 will have few additional bug fixes that are reported. But 
probably noting important that will afect your code.

Note that this version of plugin officially still uses JQuery 1.4 and 
dataTables 1.7. In the version 1.4 I will probably upgrade both Jquery and 
DataTables to the latest version.

Thanks,
Jovan

Original comment by joc...@gmail.com on 12 Jun 2011 at 9:59