Hold Pull List, alternate print strategy "loading bar" covers items during initial print

Bug #754880 reported by Michael Peters
14
This bug affects 3 people
Affects Status Importance Assigned to Milestone
Evergreen
Fix Released
Medium
Unassigned

Bug Description

Evergreen 2.0.4
OpenSRF 1.6.3
Debian Squeeze
PostgreSQL 8.4.7

When utilizing the "alternate print strategy" for the hold pull list the loading bar doesn't close itself out before the auto-print begins. This causes the image to "overlay" items on the pull list and make portions unreadable.

After the print completes, this loading bar disappears and the pull list could be reprinted, however, this would result in wasted paper and complaints from staff. The attached image should help to clarify.

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

Confirmed as affecting our site as well. Running EG 2.0.2 at the moment.

Changed in evergreen:
status: New → Confirmed
importance: Undecided → Medium
Revision history for this message
Bradley Bonner (bbonner) wrote :

Confirmed as affecting KCLS, we are running 2.04.

Revision history for this message
Michael Peters (mrpeters) wrote :

An ugly, but successful, workaround is commenting out progress_dialog.show(true); on the do_pull_list() function in alt_holds_print.js

It seems like the dialog should go away, before printing:

          oncomplete : function () {
            progress_dialog.hide();
            if (any)
                window.print();
            else
                alert(dojo.byId("no_results").innerHTML);
          }

Revision history for this message
Lebbeous Fogle-Weekley (lebbeous) wrote :

I have addressed this problem in the following commit:

http://svn.open-ils.org/trac/ILS/changeset/20082

Besides making the progress bar unlikely to appear on the printed page henceforth, there is also a "print page" button to allow reprinting at will.

Changed in evergreen:
status: Confirmed → Fix Committed
milestone: none → 2.0.6
Ben Shum (bshum)
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.