solr-for-wordpress icon indicating copy to clipboard operation
solr-for-wordpress copied to clipboard

Indexing posts or pages with Firefox 6.x doesn't work

Open bejean opened this issue 13 years ago • 3 comments

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

bejean avatar Sep 12 '11 08:09 bejean

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.

jeffreybreen avatar Sep 15 '11 01:09 jeffreybreen

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

bejean avatar Sep 15 '11 05:09 bejean

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,

foodnavorg avatar Nov 15 '11 02:11 foodnavorg