[Bug 16220] New: The view tabs on opac-detail.pl are not responsive via bootstrap
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16220 Bug ID: 16220 Summary: The view tabs on opac-detail.pl are not responsive via bootstrap Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: ed.veal@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org Created attachment 50007 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=50007&action=edit phone screenshot The view tabs on opac-detail.pl are not responsive via bootstrap. When you view a site on a phone you still have to scroll right to see all the view options. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16220 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Severity|enhancement |minor -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16220 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|The view tabs on |The view tabs on |opac-detail.pl are not |opac-detail.pl are not |responsive via bootstrap |responsive -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16220 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 50038 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=50038&action=edit Bug 16220 - The view tabs on opac-detail.pl are not responsive When looking at the detail page for a bibliographic record, there are tabs linking to the "Normal," "MARC," and "ISBD" views. These tabs need to be styled responsively so that they work well at all browser widths. This patch makes some slight markup changes to the templates and updates the LESS files to add responsive styling. This patch does not include the compiled CSS file, so the follow-up is required to test the visual changes. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16220 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16220 --- Comment #2 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 50039 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=50039&action=edit Bug 16220 [Compiled CSS] The view tabs on opac-detail.pl are not responsive This patch updates the compiled CSS file with changes made in the previous patch to the LESS files. To test, apply both patches and clear your browser cache if necessary. - View the bibliographic detail page for any record in the OPAC - Confirm that the style of the "Normal," "MARC," and "ISBD" links looks correct. - Resize your browser to various widths, including very narrow widths. Confirm that the links work well at all sizes. - Repeat the test for each view, normal, MARC, and ISBD. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16220 Marc Véron <veron@veron.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50038|0 |1 is obsolete| | --- Comment #3 from Marc Véron <veron@veron.ch> --- Created attachment 50054 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=50054&action=edit Bug 16220 - The view tabs on opac-detail.pl are not responsive When looking at the detail page for a bibliographic record, there are tabs linking to the "Normal," "MARC," and "ISBD" views. These tabs need to be styled responsively so that they work well at all browser widths. This patch makes some slight markup changes to the templates and updates the LESS files to add responsive styling. This patch does not include the compiled CSS file, so the follow-up is required to test the visual changes. Signed-off-by: Marc Véron <veron@veron.ch> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16220 Marc Véron <veron@veron.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50039|0 |1 is obsolete| | --- Comment #4 from Marc Véron <veron@veron.ch> --- Created attachment 50055 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=50055&action=edit Bug 16220 [Compiled CSS] The view tabs on opac-detail.pl are not responsive This patch updates the compiled CSS file with changes made in the previous patch to the LESS files. To test, apply both patches and clear your browser cache if necessary. - View the bibliographic detail page for any record in the OPAC - Confirm that the style of the "Normal," "MARC," and "ISBD" links looks correct. - Resize your browser to various widths, including very narrow widths. Confirm that the links work well at all sizes. - Repeat the test for each view, normal, MARC, and ISBD. Signed-off-by: Marc Véron <veron@veron.ch> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16220 Marc Véron <veron@veron.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron@veron.ch Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16220 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16220 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50054|0 |1 is obsolete| | Attachment #50055|0 |1 is obsolete| | --- Comment #5 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 50080 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=50080&action=edit Bug 16220 - The view tabs on opac-detail.pl are not responsive When looking at the detail page for a bibliographic record, there are tabs linking to the "Normal," "MARC," and "ISBD" views. These tabs need to be styled responsively so that they work well at all browser widths. This patch makes some slight markup changes to the templates and updates the LESS files to add responsive styling. This patch does not include the compiled CSS file, so the follow-up is required to test the visual changes. Signed-off-by: Marc Véron <veron@veron.ch> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16220 --- Comment #6 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 50081 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=50081&action=edit Bug 16220 [Compiled CSS] The view tabs on opac-detail.pl are not responsive This patch updates the compiled CSS file with changes made in the previous patch to the LESS files. To test, apply both patches and clear your browser cache if necessary. - View the bibliographic detail page for any record in the OPAC - Confirm that the style of the "Normal," "MARC," and "ISBD" links looks correct. - Resize your browser to various widths, including very narrow widths. Confirm that the links work well at all sizes. - Repeat the test for each view, normal, MARC, and ISBD. Signed-off-by: Marc Véron <veron@veron.ch> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16220 Brendan Gallagher <brendan@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |brendan@bywatersolutions.co | |m Status|Passed QA |Pushed to Master --- Comment #7 from Brendan Gallagher <brendan@bywatersolutions.com> --- Pushed to Master - Should be in the May 2016 Release. Thanks! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16220 Julian Maurice <julian.maurice@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice@biblibre.com Status|Pushed to Master |Pushed to Stable --- Comment #8 from Julian Maurice <julian.maurice@biblibre.com> --- Patch pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16220 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris@bigballofwax.co.nz --- Comment #9 from Chris Cormack <chris@bigballofwax.co.nz> --- Pushed to 3.20.x will be in 3.20.11 -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org