https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28180 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #123794|0 |1 is obsolete| | Attachment #125666|0 |1 is obsolete| | --- Comment #61 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- Created attachment 126041 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=126041&action=edit Bug 28180: Correctly guess if images have been loaded window.load won't assure us that the images loaded using JS code are correctly loaded. This patch adds a flag to the different providers when the images are fully loaded. Note that the img.naturalHeight check is not working for google jackets and is actually not needed (test with a bib record with and without google jacket and confirm that it's working as expected). -- You are receiving this mail because: You are watching all bug changes.