[Bug 31034] New: Bib image hidden after changes in bib detail
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31034 Bug ID: 31034 Summary: Bib image hidden after changes in bib detail Change sponsored?: --- Product: Koha Version: 21.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: sbrown@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org Hiding the Content type line in opacusercss with #content_type { display: none; } somehow is causing the bib image to also be hidden once the page reloads. It doesn't show even if the code is removed but does display again if the cache is cleared. Hiding LOC and DDC details didn't affect the image in this way. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31034 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas@bywatersolutions.com --- Comment #1 from Lucas Gass <lucas@bywatersolutions.com> --- (In reply to Sara Brown from comment #0)
Hiding the Content type line in opacusercss with
#content_type { display: none; }
I think this CSS is a red herring. Whats is happening for me, on the OPAC detail page, is this: 1. Turn on Coce and all the image providers 2. Enable Coce for the OPAC 3. Go to a results set and choose a record that clearly shows an image on the results page. 4. Now click on that records detail page, you may see the '#biblio-cover-slider' appear for a second before it disappears. If you have to clear your cache, and reload. 5. View the page source. The #biblio-cover-slider element is present in the source but has been removed when you inspect with your browsers dev tools. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31034 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal Version|21.11 |master -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31034 --- Comment #2 from Owen Leonard <oleonard@myacpl.org> --- There must be more to the circumstances leading to this... I'm not able to reproduce it. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31034 --- Comment #3 from Lucas Gass <lucas@bywatersolutions.com> --- (In reply to Owen Leonard from comment #2)
There must be more to the circumstances leading to this... I'm not able to reproduce it.
Ah yes, upon further testing I notice that this problem only happens for me in Firefox. Owen, were you using Chrome while testing? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31034 --- Comment #4 from Owen Leonard <oleonard@myacpl.org> --- (In reply to Lucas Gass from comment #3)
Owen, were you using Chrome while testing?
No, Firefox (102.0b9, macOS) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31034 grharry <dhd.koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dhd.koha@gmail.com --- Comment #5 from grharry <dhd.koha@gmail.com> --- I don't know if this applies to this bug. I have the same problem on all browsers except vivaldi, from version 21.11+ ! It seems like a timeout+synchronization problem. Thus for opac edit _language_code_/modules/opac_detail.tt near line 1589 increase the 100 timeout value to your needs, window.setTimeout(function(){wait_for_images(cb);}, 100); replace 100 by a value that works for your needs 500 - 1000 or more! So far cannot locate the particular code for staff interface. Staff interface does not show the coce cover on any browser except vivaldi! Regards, Harry. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31034 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Bib image hidden after |Cover images hidden in some |changes in bib detail |browsers -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31034 Alex Buckley <alexbuckley@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=31464 CC| |alexbuckley@catalyst.net.nz -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31034 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #6 from Lucas Gass <lucas@bywatersolutions.com> --- I think that this problem has been fixed by Bug 32307. Marking this as resolved. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org