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

            Bug ID: 40638
           Summary: Cover images should not remove the container when an
                    image is not found on the results page
 Change sponsored?: ---
           Product: Koha
           Version: Main
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: OPAC
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

If you look at pages/results.js the cover images container is removed when no
image is loaded:

103             } else {
104                 blanks.push(coverId);
105                 div.remove();
106             } /* /IF there is an image tag */
107             /* console.log( coverImages ); */


If you are on a slower connection this can remove the entire container before
the image has gotten a chance to load. 


This is mostly a problem with results pages where many images are trying to
load.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to