Quotes in sSearch parameter are converted to &quote; in filter field

Quotes in sSearch parameter are converted to &quote; in filter field

elar1000elar1000 Posts: 3Questions: 0Answers: 0
edited February 2013 in Bug reports
Here is LIVE example - filtering is working just fine, but filter field is messed up
http://live.datatables.net/abacef/edit#javascript,html,live

My table debug info, but it should not be needed in this case - http://debug.datatables.net/obosek

In 1.9.4 source there is row 2095, which is causing it. I tried to comment out replace part and everything seemed to work, but maybe I am missing something.

[code]jqFilter.val( oPreviousSearch.sSearch.replace('"','"') );[/code]

Keep up the good work!
Elar
This discussion has been closed.