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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to