Bug 11271 - Serials table off the screen in smaller viewports
Summary: Serials table off the screen in smaller viewports
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
: 10873 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-11-19 16:26 UTC by Nicole C. Engard
Modified: 2015-06-04 23:33 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Small patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
scrolling left to right (75.38 KB, image/png)
2013-11-19 16:26 UTC, Nicole C. Engard
Details
Bug 11271 - Serials table off the screen in smaller viewports (16.41 KB, patch)
2014-10-03 18:27 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 11271 - Serials table off the screen in smaller viewports (16.42 KB, patch)
2014-10-16 13:26 UTC, Chris Cormack
Details | Diff | Splinter Review
[PASSED QA] Bug 11271 - Serials table off the screen in smaller viewports (16.56 KB, patch)
2014-10-16 14:31 UTC, Katrin Fischer
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Nicole C. Engard 2013-11-19 16:26:36 UTC
Created attachment 23040 [details]
scrolling left to right

If you do a serials search on a lower resolution the table goes off the screen and you have to scroll left to right. The table should auto size with the window.

cgi-bin/koha/serials/serials-search.pl?searched=1&title_filter=people
Comment 1 Nicole C. Engard 2014-10-02 20:05:08 UTC
This is still an issue.
Comment 2 Nicole C. Engard 2014-10-02 20:05:32 UTC
*** Bug 10873 has been marked as a duplicate of this bug. ***
Comment 3 Owen Leonard 2014-10-03 18:27:11 UTC Comment hidden (obsolete)
Comment 4 Chris Cormack 2014-10-16 13:26:35 UTC Comment hidden (obsolete)
Comment 5 Katrin Fischer 2014-10-16 14:31:50 UTC
Created attachment 32420 [details] [review]
[PASSED QA] Bug 11271 - Serials table off the screen in smaller viewports

When you search for serials in the Serials module the results table is
often too wide for the screen (depending on your browser window size).
This is partly due to the fixed width of the search fields in the table
footer.

This patch applies a flexible width to those <input>s and reduces the
font size of their text.

This patch also moves the "action" links for each table row into an
"action" menu (similar to the change made by Bug 10615 in Reports) to
further conserve screen space.

This patch also revises the page's DataTables configuration to use table
header classes for sorting configuration.

To test you should be able to perform a search which returns multiple
open and closed subscriptions.

- Test that table sorting works correctly, including for titles with
  articles and for dates.
- Test that the Action menu items work correctly and that they correctly
  reflect the permissions of the logged-in user with regard to
  receive_serials and routing.
- Perform these tests on both the "Open" and "Closed" tabs.

Signed-off-by: Chris <chris@bigballofwax.co.nz>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Works nicely and improves the display significantly.
Passes tests and QA script.
Comment 6 Tomás Cohen Arazi 2014-11-21 23:32:56 UTC
Patch pushed to master.

Thanks Owen!