[Koha-bugs] [Bug 5862] New: Incompatibility in ajax.js with "localName" for Internet Explorer

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 14 09:47:48 CET 2011


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

             Bug #: 5862
           Summary: Incompatibility in ajax.js with "localName" for
                    Internet Explorer
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: rel_3_2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Browser compatibility
        AssignedTo: oleonard at myacpl.org
        ReportedBy: vicente at masmedios.com
         QAContact: koha-bugs at lists.koha-community.org


It has been detected an incompatibility with Internet Explorer in the ajax.js
file that cause a javascript error for this browser that prevents proper
operation.

The error is located in the lines:

40              switch ( this.localName.toLowerCase() ) {
65              switch ( this.localName.toLowerCase() ) {

The error occurs because the "localName" is not supported by Internet Explorer
and returns "undefined".

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list