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@myacpl.org ReportedBy: vicente@masmedios.com QAContact: koha-bugs@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.