Unable to place holds in My Lists from mobile device

Bug #1353509 reported by Jim Keenan
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Evergreen
Fix Released
Medium
Unassigned

Bug Description

Evergreen 2.5, 2.6

When logged into the online catalog on a mobile device and looking at My Lists, the dropdown box for actions for these items/place hold is not visible. It may just be a problem with opac/myopac/lists.tt2, not sure.

The patron who reported the issue was using an iPhone 5s (ios7) but the issue can be replicated in a web browser by resizing the window to whatever mobile size

Jim Keenan (jkeenan)
summary: - responsive catalog design fail in my lists
+ Unable to place holds in My Lists from mobile device
description: updated
Revision history for this message
Ben Shum (bshum) wrote :

Looking at the code in style.css.tt2 and inspecting the page elements, I think I see the potential source of the problem:

http://git.evergreen-ils.org/?p=Evergreen.git;a=blob;f=Open-ILS/src/templates/opac/css/style.css.tt2;h=84d5fa5b175eaf53e5917730bbe23321eb4a8d03;hb=refs/heads/master#l1965

In that block, it hides table headers from view. The place hold actions are part of the header (and also incidentally the notes editing option). When it hides the headers, if the row doesn't contain any content, it also hides the column. Thus making the options disappear.

Ultimately I think it makes sense here to move the options into a proper picker of some sort and not rely on the individual column headers to contain them.

Marking bug as confirmed for now.

Changed in evergreen:
status: New → Confirmed
importance: Undecided → Medium
Revision history for this message
Terran McCanna (tmccanna) wrote :

Confirmed that this is still a problem in 2.9.1

Revision history for this message
Galen Charlton (gmc) wrote :

Fixed via the fix for bug 1681943

Changed in evergreen:
milestone: none → 2.12.3
status: Confirmed → Fix Committed
Changed in evergreen:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.