What steps will reproduce the problem?
1. Use data with escapable characters.
2. Filter fails.
What is the expected output? What do you see instead?
Shown : <option value="Avedis Zildjian " 17"">Avedis Zildjian
"17"</option>
Expected: <option value="Avedis%20Zildjian%20%2217%22">Avedia Zildjian
"17"</option>
What version of the product are you using? On what operating system?
v1.2.1
Potential fix:
Line 155: r += '<option value="' + escape(aData[j]) + '">' + aData[j]
+ '</option>';
Line 168: oTable.fnFilter(unescape($(this).val()), index);
Original issue reported on code.google.com by manentia00@gmail.com on 31 Jul 2011 at 7:26
Original issue reported on code.google.com by
manentia00@gmail.com
on 31 Jul 2011 at 7:26