[Bug 5093] New: JavaScript error in IE8 when choosing authority record
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5093 Summary: JavaScript error in IE8 when choosing authority record Change sponsored?: --- Product: Koha Version: HEAD Platform: All URL: /cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=B KS OS/Version: Windows Status: NEW Severity: normal Priority: P5 Component: Browser compatibility AssignedTo: oleonard@myacpl.org ReportedBy: oleonard@myacpl.org QAContact: koha-bugs@lists.koha-community.org Estimated Hours: 0.0 To reproduce in IE8: - Open a blank MARC record for editing - Choose a tag which is tied to an authority (e.g. 100a) - Click to pop up the authority search window - Find and choose your authority record A maximized blank window appears and displays a JavaScript error message: Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0;) Message: Not implemented Line: 123 Char: 5 Code: 0 URI: /cgi-bin/koha/authorities/blinddetail-biblio-search.pl?authid=1&index=tag_100_subfield_a_342534_649318 This blank window does not close itself as it does under normal operation. However, after manually closing the window you'll find the authority information was populated in the MARC record form as expected. -- 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=5093 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 2477 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=2477 Proposed fix Changing onload() to jQuery's $(document).ready() gets it working. -- 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=5093 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 |PATCH-Sent Status|NEW |ASSIGNED -- 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=5093 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris@bigballofwax.co.nz Patch Status|--- |Needs Signoff --- Comment #2 from Chris Cormack <chris@bigballofwax.co.nz> 2010-12-14 02:04:50 UTC --- Patch is awating sign off -- 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=5093 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Does not apply --- Comment #3 from Chris Cormack <chris@bigballofwax.co.nz> 2011-05-30 08:08:42 UTC --- This needs a rebase for Template::Toolkit, you OK doing that owen or do you want me to take a crack? -- 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=5093 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|PATCH-Sent |P5 Patch Status|Does not apply |--- -- 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=5093 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 |PATCH-Sent Patch Status|--- |Patch Pushed --- Comment #4 from Owen Leonard <oleonard@myacpl.org> 2011-05-31 19:44:54 UTC --- This patch seems to have already been pushed. The current file includes the changes in the attached patch. It tests successfully for me with Internet Explorer 8 on Windows 7. If someone else can confirm we should be able to close this one. -- 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