[Koha-bugs] [Bug 10376] New: Printing cart does not work under IE9

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 29 14:26:11 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10376

            Bug ID: 10376
           Summary: Printing cart does not work under IE9
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Browser compatibility
          Assignee: oleonard at myacpl.org
          Reporter: m.de.rooy at rijksmuseum.nl

This problem may be older than IE9; I do not know. Cannot check that for now.
Since many patrons have IE9, it would be nice if they could print the contents
of the cart on opac.
Somehow this does not work now. See discussions like
http://stackoverflow.com/questions/2555697/window-print-not-working-in-ie?rq=1

The proposed patch adds some code for IE. Works with setting a small timeout,
calling window.print instead of print, and changing location on receiving focus
back. Note that this last trick is also browser dependent.

I do not favor browser dependent code, but at least we reach the goal of
enabling the print function again for IE users..

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list