This is a migrated thread and some comments may be shown as answers.

kendoUpload events in IE8 not firing...

2 Answers 52 Views
Upload
This is a migrated thread and some comments may be shown as answers.
beauXjames
Top achievements
Rank 2
beauXjames asked on 03 Sep 2013, 10:13 PM
Primarily, we have an issue where our select function is not being triggered after a user has selected a file. 
$('#file').kendoUpload({
        async: { ... },
        select: function (e) {
            // Do things in here
        }
    });
As shown above, the elemental bindings are conjured. In all cases to date, the select function works as expected. I've even dug around to prove that the kendoUpload object does, in fact, have the select property set. Problem is, as our QA just pointed out today, nothing ever happens in IE8 when a user makes a selection. I was hoping the fix would be something on my end, however it appears as though there's something more to it and I'd like to pose this to you and your team.  Thanks.

2 Answers, 1 is accepted

Sort by
0
Dimiter Madjarov
Telerik team
answered on 04 Sep 2013, 06:54 AM
Hello,


I was unable to reproduce the issue in IE 8 on my side and in the Upload Events Demo. If the problem is still persisting, please send me a sample runnable project, which I could inspect locally and assist you further.

I am looking forward to hearing from you.

 

Regards,
Dimiter Madjarov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Accepted
beauXjames
Top achievements
Rank 2
answered on 04 Sep 2013, 04:46 PM
Due to the enterprise architecture and insane amounts of potential conflict in my environment, I would have a difficult time simply pulling out what's needed to replicate this behavior in a 'test' project. I also have no problems getting IE8 to work under other conditions, either. Good news though. I was able to get the kendoUpload tool to work. The problem ended up being associated with some knockout bindings. A developer had put the initialization of the kendoUpload widget within a rather laborious sequence of functions and, at the moment ko.applybindings ran, the kendoUpload element went undefined on me...the $('#file') element of the DOM was still there, but the connection to kendo was lost...hence there was no spoon.

thanks for peeking in anyways.
Tags
Upload
Asked by
beauXjames
Top achievements
Rank 2
Answers by
Dimiter Madjarov
Telerik team
beauXjames
Top achievements
Rank 2
Share this question
or