[Koha-bugs] [Bug 28180] Use a lightbox gallery to display the images on the detail pages in OPAC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 20 22:42:52 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28180

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #126518|0                           |1
        is obsolete|                            |

--- Comment #92 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Created attachment 126608
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=126608&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).

Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list