[Koha-bugs] [Bug 20062] New: Remove support for Internet Explorer 7 in the staff client

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jan 22 16:30:23 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20062

            Bug ID: 20062
           Summary: Remove support for Internet Explorer 7 in the staff
                    client
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Browser compatibility
          Assignee: oleonard at myacpl.org
          Reporter: oleonard at myacpl.org
        QA Contact: testopia at bugs.koha-community.org

There are several templates in the staff client which include a JavaScript shim
adding functionality to Internet Explorer < version 9, required for the search
result browser feature:

<!--[if lt IE 9]>
<script type="text/javascript" src="[% interface
%]/lib/shims/json2.min.js"></script>
<![endif]-->

Internet Explorer 7 was released in 2006 and should not be actively supported.
The templates should be modified to omit this block, and the shim JS should be
removed.

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


More information about the Koha-bugs mailing list