solr-for-wordpress
solr-for-wordpress copied to clipboard
Indexing posts or pages with Firefox 6.x doesn't work
With FF 6.x, It looks like the handleResults callback function is not properly called after
$j.post("options-general.php?page=solr-for-wordpress/solr-for-wordpress.php", {method: "load", type: $type}, handleResults, "json");
So only the 100 first posts are sent to Solr but never commited.
It doesn't occured 100% but main of the time. It works when I call $j.post in debug mode with Firebug.
Other people reported this issue. http://bugs.jquery.com/ticket/10071
wow -- I never would have guess this was a browser problem, but also happens in FireFox 5 (hey, I'm slow...).
It works fine in Safari FWIW.
It works fine with Chrome. The FF issue is confirmed by some peoples around me. Anyway, the last good FF release was 3.6.x
WOW!!! was beating my head against the wall on that one. I could get it to work on my local computer with Firefox though, but when I clicked on the exact same button on my Linux Production box it didn't work. Loaded it up in Chrome and it worked first time through.
Thanks,