https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38981 --- Comment #6 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to David Cook from comment #5)
(In reply to Lucas Gass (lukeg) from comment #4)
In Chrome with this patch it works good. In Firefox, it works about 1/10 times I load the results page.
Is there some kind of race condition that Firefox is slower at that is causing this not to work there?
That could be. My initial observations were around some weird interplay between window.load and $(document).ready() working a bit differently than I would've expected...
Using window.load is correct here, we need to wait for the images to be loaded. -- You are receiving this mail because: You are watching all bug changes.