Self Check: Pay fines link should be a button

Bug #1494748 reported by Josh Stompro
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Evergreen
Fix Released
Wishlist
Unassigned

Bug Description

In the EG simple self check interface, the "Pay fines" link under Fines->View Details should be a button, like the other UI elements. The LINK is harder to pick out and harder to press using a touch screen interface.

Also, the check boxes should be larger, to make them easier to activate with a touch screen interface.

Josh

Revision history for this message
Josh Stompro (u-launchpad-stompro-org) wrote :
Revision history for this message
Josh Stompro (u-launchpad-stompro-org) wrote :

For enlarging the checkboxes, this seems to do the trick.

input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2.3); /* IE */
  -moz-transform: scale(2.3); /* FF */
  -webkit-transform: scale(2.3); /* Safari and Chrome */
  -o-transform: scale(2.3); /* Opera */
  padding: 10px;
  transform: scale(2.3);
}

Revision history for this message
Ben Shum (bshum) wrote :

Marking as a wishlist enhancement and targeting towards 2.next.

Changed in evergreen:
importance: Undecided → Wishlist
status: New → Triaged
milestone: none → 2.next
Revision history for this message
Josh Stompro (u-launchpad-stompro-org) wrote :

Working branch with changes at

user/stompro/lp1494748_selfcheck_fine_button_checkboxes
http://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;h=refs/heads/user/stompro/lp1494748_selfcheck_fine_button_checkboxes

The fines button and enlarged checkboxes are separate commits to make it easy to only accept one or the other.

We have been using both of these changes in production for 10 months without any issues.

Josh

tags: added: pullrequest
Kathy Lussier (klussier)
Changed in evergreen:
milestone: 2.next → 2.12-beta
Revision history for this message
Kathy Lussier (klussier) wrote :

I like it! However, the larger checkbox sizes, which looked nice in Chrome, came across as very blurry on Firefox (see screenshot). I tweaked the style for Firefox to get a larger than usual checkbox without the blurriness. If it looks good to you Josh, could you sign off on my commit so that I can merge this for 2.12?

Thanks!

Revision history for this message
Kathy Lussier (klussier) wrote :
Revision history for this message
Mike Rylander (mrylander) wrote :
Revision history for this message
Josh Stompro (u-launchpad-stompro-org) wrote :

Thanks for testing and for the firefox adjustment. I think the size you picked is a good compromise.

In the future I may try to replace the default checkboxes with higher res images so they can be a little larger without being blurry.

My signoff branch is at
user/stompro/lp1494748_selfcheck_fine_button_checkboxes-signoff

http://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;h=refs/heads/user/stompro/lp1494748_selfcheck_fine_button_checkboxes-signoff

Josh

Revision history for this message
Kathy Lussier (klussier) wrote :

Thank you Josh! Merged to master for inclusion in 2.12!

Changed in evergreen:
status: Triaged → 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.