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
Created attachment 4498 [details] [review] Proposed fix - 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.
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.
Pushed to master please test