Search not finding some records in Firefox,Chrome
Search not finding some records in Firefox,Chrome
Morg
Posts: 7Questions: 0Answers: 0
Repost instead of reply, in case that was why noone answered ...
I have some rows that I cannot find when using Firefox, and it works normally in Internet Explorer (strange times I tell ya).
- both 1.8.1 and 1.8.2 give the same results
- the "unfilterables" are of various types, some inside or containers, some inside the TD directly
- IE8 Standards ok
- Firefox Fail
- HTML v5 validated (except minor details as additional non-standard attributes on dom elements, empty title tags and that is all)
- CSS who cares but it validates on w3c as well.
- the data comes from an ajax call in json, utf8 encoded, the output is correct (i.e. the values sent through json, echoed by jquery are the same as those in the db)
- even very simple data fails (like 5 digit numbers)
- firebug gives no errors
Thanks for your help,
Morg.
MorgMorg 10:42AM Edit
Posts: 5
I just tested with Chrome and it fails just like firefox (???). I assume the other webkits would do the same .. still doesn't explain why Opera would follow.
Sure thing is it works in IE, could there be an IE only 'behaviour' that causes it to work or ??
I have some rows that I cannot find when using Firefox, and it works normally in Internet Explorer (strange times I tell ya).
- both 1.8.1 and 1.8.2 give the same results
- the "unfilterables" are of various types, some inside or containers, some inside the TD directly
- IE8 Standards ok
- Firefox Fail
- HTML v5 validated (except minor details as additional non-standard attributes on dom elements, empty title tags and that is all)
- CSS who cares but it validates on w3c as well.
- the data comes from an ajax call in json, utf8 encoded, the output is correct (i.e. the values sent through json, echoed by jquery are the same as those in the db)
- even very simple data fails (like 5 digit numbers)
- firebug gives no errors
Thanks for your help,
Morg.
MorgMorg 10:42AM Edit
Posts: 5
I just tested with Chrome and it fails just like firefox (???). I assume the other webkits would do the same .. still doesn't explain why Opera would follow.
Sure thing is it works in IE, could there be an IE only 'behaviour' that causes it to work or ??
This discussion has been closed.
Replies
I tried taking a peek at the fnFilter code but I don't think I'm good enough to fix it quickly at this point.