[Koha-bugs] [Bug 10652] New: Ajaxfileupload.js failing in IE9 for local image upload

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 29 05:00:42 CEST 2013


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

            Bug ID: 10652
           Summary: Ajaxfileupload.js failing in IE9 for local image
                    upload
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: gmcharlt at gmail.com
          Reporter: dcook at prosentient.com.au
        QA Contact: testopia at bugs.koha-community.org

Currently, when you try to upload a local cover image in IE9, Koha throws a
Javascript error and reloads the "upload-cover-image.pl" page without uploading
the image.

This appears to be the result of a change in the arguments available to the
"createElement" Javascript function in IE9 (and probably IE9+). 

I imagine this has implications in other parts of Koha as well, including the
MARC upload, which was the original motivator for the creation of
ajaxfileupload.js, I believe. (The code was added by Galen in 2007 according to
git blame, so he might know.)

In any case, I'm just going to introduce a try/catch which will cover all
scenarios.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list