[Koha-bugs] [Bug 12290] New: Gracefully handle errors in datatables.js

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 20 03:57:22 CEST 2014


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

            Bug ID: 12290
           Summary: Gracefully handle errors in datatables.js
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Templates
          Assignee: oleonard at myacpl.org
          Reporter: dcook at prosentient.com.au
        QA Contact: testopia at bugs.koha-community.org

Datatables.js creates a few errors when using IE 8, as the String method
"trim()" isn't supported, and IE 8 throws fatal errors when trying to use a
property or a method on a null object.

It's easy enough to check support for "trim()" and just not use it if it's
unavailable.

It's also easy enough to check for the existence of a variable before using a
property or method.

Patch coming soon...

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


More information about the Koha-bugs mailing list