manuelgtz / jquery-datatables-editable

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

Problem when enter special characters in textbox #133

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Go to demo page : 
http://jquery-datatables-editable.googlecode.com/svn/trunk/inline-edit.html
2. In the first column (Rendering engine) edit a field and replace by example 
"Gecko" by "Gecko >"
3. an alert window will appear

What is the expected output? What do you see instead?
I want to edit field with special characters like '&', '<', '>' (==> need html 
encode)

What version of the product are you using? On what operating system?
jquery-datatables-editable 1.3
OS : Window 7
Browser: IE 9

Please provide any additional information below.
When a cell of datatable contains special characters, when editing with simple 
textbox, the text is encoded.

Example : if value of cell is "Gecko >", when make appears the edition textbox, 
the displayed value is "Gecko &gt"

Original issue reported on code.google.com by chamroen...@gmail.com on 27 Sep 2012 at 1:37

GoogleCodeExporter commented 9 years ago
Any update on this. I am having the same issue...

Original comment by sarvesh....@gmail.com on 23 Mar 2015 at 2:55