Bug 6501

Summary: Missing scroll bar when updating child
Product: Koha Reporter: Nicole C. Engard <nengard>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Bugs List <koha-bugs>
Severity: normal    
Priority: P5 - low CC: chris, wizzyrea
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Proposed fix
[SIGNED OFF] Fix for Bug 6501 - missing scroll bar when updating child

Description Nicole C. Engard 2011-06-14 14:46:40 UTC
Maybe another TT issue ... When a library attempts to update a child to an adult using the "More > Update child to adult patron" feature in FireFox, the pop-up window does not contain a scroll bar for navigation.  In Chrome, there is a scroll bar.  Without the scroll bar, given the large number of patron categories in our shared catalog, users have to rely on tab/spacebar/enter keyboard navigation and submission.  For most, these skills do not come naturally.

Also, the patron categories appear in random order - not alphabetical, as far as I can tell.

Ideally, the only patron categories showing would belong to the Set library.  This would eliminate the need for a scroll bar.

Video: http://screencast.com/t/8RY0mWYf
Comment 1 Owen Leonard 2011-06-16 13:04:39 UTC Comment hidden (obsolete)
Comment 2 Liz Rea 2011-06-16 18:16:10 UTC
Created attachment 4500 [details] [review]
[SIGNED OFF] Fix for Bug 6501 - missing scroll bar when updating child

- Adding "scrollbars=yes" to window.open javascript.
- Adding javascript tablesorter to categories table

To test, open a child patron record and choose more ->
Update Child to Adult Patron from the toolbar menu. The
resulting pop-up should have scrollbars. The table
of categories should be sortable with a default sort
on the description.
Comment 3 Chris Cormack 2011-06-19 23:54:02 UTC
Pushed to master please test