[Bug 30841] New: Responsiveness not working for some screen sizes on OPAC search results
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30841 Bug ID: 30841 Summary: Responsiveness not working for some screen sizes on OPAC search results Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: critical Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: dcook@prosentient.com.au QA Contact: testopia@bugs.koha-community.org Between 768 and 991 pixels, the "Refine your search" area gets pushed to the very bottom of the page. Instead, it should either hide it (if min-width is below 768px) or we should show it side-by-side using 16.667% and 83.333% for the two columns (as we do with min-width of 992px. I don't know why .order-md-first and .order-first are used for the main search result area either as it seems completely unnecessary? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30841 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|master |21.11 --- Comment #1 from David Cook <dcook@prosentient.com.au> --- As a workaround, I'm using the following in OPACUserCSS: @media screen and (min-width: 768px) and (max-width: 991px) { body#results .col-lg-2 { max-width: 16.667%; } body#results .col-lg-10.order-md-first { max-width: 83.333%; } } body#results .col-lg-10.order-md-first { order: inherit; } -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30841 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers@biblibre.co | |m --- Comment #2 from Fridolin Somers <fridolin.somers@biblibre.com> --- A screen shot would be helpful :) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30841 --- Comment #3 from David Cook <dcook@prosentient.com.au> --- Created attachment 135332 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=135332&action=edit Screenshot of styling issue As per Frido's suggestion, I've attached a screenshot. I'm not sure if it's quite clear what I mean here, but I could try to add more tomorrow if more clarification is needed. (Just on my way out the door.) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30841 --- Comment #4 from David Cook <dcook@prosentient.com.au> --- Basically, either emulate or use a small screen, do a test search, and then scroll down to the bottom. You'll see that the facets are at the bottom of the screen inside of the left side or in a collapsed menu at the top. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30841 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|critical |major --- Comment #5 from Owen Leonard <oleonard@myacpl.org> --- This sounds like Bug 29603. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30841 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED --- Comment #6 from David Cook <dcook@prosentient.com.au> --- *** This bug has been marked as a duplicate of bug 29603 *** -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org