[Bug 30492] New: Tabs break in opac-detail.pl if item has an image but not enough labels
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30492 Bug ID: 30492 Summary: Tabs break in opac-detail.pl if item has an image but not enough labels Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: florian.bontemps@biblibre.com QA Contact: testopia@bugs.koha-community.org Created attachment 133082 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=133082&action=edit Picture for exemple If a record has too few labels (author, date, language, country, etc) but does have a picture, the bibliodescriptions will take too much space. The tabs (Holdings, Descriptions, acquisitions details, etc) will be located below the labels but the content of the tabs will appear below the picture. See attachment for exemple. This is indeed a niche case since you need to have a picture but not a lot of labels showing, but I think the tabs should be attached to their contents and not separated to prevent potential errors like these. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30492 Florian <florian.bontemps@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #133082|0 |1 is obsolete| | --- Comment #1 from Florian <florian.bontemps@biblibre.com> --- Created attachment 133083 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=133083&action=edit Exemple picture but in english Replaced the original picture by the english version, apologies for that. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30492 --- Comment #2 from Owen Leonard <oleonard@myacpl.org> --- Do you have some custom CSS or JavaScript in place to change the layout of this page? Normally the image is displayed on the left. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30492 Florian <florian.bontemps@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #3 from Florian <florian.bontemps@biblibre.com> --- Interesting, you're right, I've stumbled upon this bug on two different version but I guess they both had this modification. If anyone's interested, I fixed the problem by putting this in OpacUserCSS: #bibliodescriptions{ display:flex; width:100%; flex-direction: column; } Otherwise, i'll close that bug. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org