[Bug 6010] New: Can't save system preferences on IE8
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6010 Bug #: 6010 Summary: Can't save system preferences on IE8 Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: System Administration AssignedTo: paul.poulain@biblibre.com ReportedBy: fcapovilla@live.ca QAContact: koha-bugs@lists.koha-community.org CC: gmcharlt@gmail.com Created attachment 3541 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=3541 Corrects a javascript error on IE8 when trying to save preferences. When trying to save system preferences in "/admin/preferences.pl", an error is returned when clicking on the Save button in IE8 : ---------------------------------------- Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET4.0C; .NET4.0E; .NET CLR 2.0.50727) Timestamp: Wed, 30 Mar 2011 19:25:09 UTC Message: 'this.localName' is null or not an object Line: 40 Char: 17 Code: 0 URI: https://www.******.com/intranet-tmpl/prog/en/js/ajax.js ----------------------------------------- It looks like elem.localName isn't supported by IE8. I modified ajax.js so it uses elem.nodeName instead, which should be equivalent and has better cross-browser support. Patch attached, please test. -- 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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6010 Frédérick Capovilla <fcapovilla@live.ca> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 |PATCH-Sent Patch Status|--- |Needs Signoff AssignedTo|paul.poulain@biblibre.com |fcapovilla@live.ca Severity|enhancement |normal -- 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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6010 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #1 from Owen Leonard <oleonard@myacpl.org> 2011-03-30 20:19:45 UTC --- This seems to be a duplicate of Bug 5862. A patch for that has been pushed to both master and 3.2.x. -- 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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6010 Frédérick Capovilla <fcapovilla@live.ca> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |DUPLICATE --- Comment #2 from Frédérick Capovilla <fcapovilla@live.ca> 2011-03-31 22:01:03 UTC --- *** This bug has been marked as a duplicate of bug 5862 *** -- 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.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org