Columnfilter + Chrome 22 not always working (was working on Chrome 21)

Columnfilter + Chrome 22 not always working (was working on Chrome 21)

KrisKris Posts: 4Questions: 0Answers: 0
edited September 2012 in Bug reports
Google just released their new Chrome version for MAC yesterday (or maybe earlier) and I notice that the sorting is now broken - although not always. The result in sSearch_X is empty while a value has been selected.

I have 3 different select on my table and a date also. The first select and the date is working while the 2 other select are broken. In Firefox, it's still fine.

Unfortunately, I don't get any error in the console...

My Filtercolumn looks like that:

.columnFilter({
"sPlaceHolder": "head:before",
"sRangeFormat": "From {from}
to {to}",
"aoColumns": [
null,
null,
{"type": "select", "values": Magazines},
{"type": "select", "values": Projects},
null,
{"type": "select", "values": StageNames},
null,
{"type": "date-range" },
null
]
});

Replies

  • allanallan Posts: 61,744Questions: 1Answers: 10,111 Site admin
    I'd suggest posting an issue on the column filter project page: http://code.google.com/p/jquery-datatables-column-filter/issues/list . I'm not well versed in it I'm afraid, so I don't know off the top of my head what the issue is.

    Allan
  • KrisKris Posts: 4Questions: 0Answers: 0
    The error happened again and now I found out the problem. I changed some configuration on the app and I had the viewstate activated. It has messed in some way the filtering. After cleaning the cookies, the problem has been fixed automatically.
This discussion has been closed.