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

Basic Kendo Binding causes IE crash

1 Answer 66 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 31 Jan 2014, 09:43 PM
I've isolated a kendo binding crash down to very simple repro steps using the following jsfiddle - http://jsfiddle.net/LNUGj/5/

To reproduce the crash, use IE 10 or IE 11, and do the following:

1. Enter something (one or more characters) into each of the five text boxes.
2. Press the button under the text boxes, which causes a second bind (see the code).
3. Type something (one character) into the first text box.
4. Notice the IE CRASH.

I'm hoping to escalate this IE crash with basic kendo binding, but Kendo support doesn't seem to have a way of escalating issues based on their severity.

I assume this must be affecting many/all users that use binding with unbind against the same DOM (which seems to be the purpose of unbind).

Can anyone monitoring the forums escalate a support ticket?

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 03 Feb 2014, 01:12 PM
Hello David,

I posted my reply in the support ticket. For convenience, I am pasting it below:

After further testing, this seems like a bug in the browser. The bug has reported here and can been reproduced without Kendo and jQuery as demonstrated in this jsBin by following the same steps. A possible workaround which seems to avoid the problem is to use a space instead of an empty string for the values. I updated the jsFiddle with the workaround added.


Regards,
Daniel
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
General Discussions
Asked by
David
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or