https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36111
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #35 from David Nind <[email protected]> --- I had a go at testing, not realising it had already been signed off. Everything works as per the test plan. However, something is not quite right with the spacing between labels and information when the 856$h and $y are not displayed (after the patch is applied). It is very subtle (to replicate with patch applied, edit the book framework, use biblionumber 262 (Programming Perl), and searched for perl): 1. $856$h and $y: - Staff interface - search results: extra space after 'Edition' - Staff interface - details page: extra space between 'LOC classification' and 'OPAC view' - OPAC - search results: extra space between 'Publication detail' and 'Availability' - OPAC - details page: extra space between 'LOC classification' and 'Tags from this library' 2. $856$u and $y: displays correctly in search results and details page (for both the staff interface and OPAC) If you use the element selector, you can see there is an extra green line (with different pixel sizes depending on location) with these classes: - Staff interface - results and details page: span.results_summary.online_resources (6.5px) - OPAC - results page: div.results_summary.online_resources (6.12px) - OPAC - details page: span.results_summary.online_resources (6.8px) -- 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/
