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

Issue with kendo-editor in bootstrap modal on IE.

1 Answer 182 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Paul
Top achievements
Rank 1
Paul asked on 14 Apr 2016, 05:15 AM

We have come across an issue in our application when using Internet Explorer 11.

We have a kendo-editor on a bootstap modal. If the modal is closed while the kendo-editor has focus, all input controls within our application get locked.

Everything works just fine in Chrome. I have not tested other browsers. Unfortunately our customers have IE as their corporate policy.

My colleague has created a dojo to demonstrate this issue. 

Can you suggest a workaround?

Thanks,

Paul

1 Answer, 1 is accepted

Sort by
0
Ianko
Telerik team
answered on 15 Apr 2016, 08:03 AM
Hi Paul,

The issue here is how the modal destroys iframe elements. In IE11, there are known issues which lead to the described issues when removing iframe elements from the DOM. The typical solution is to destroy them manually. You can see that suggested here—http://www.telerik.com/forums/adding-removing-adding-editor---gt-all-editors-on-page-become-read-only-in-ie#uaNEb6ZWV0mDGD9DukJudw.

I tested also with the Dojo sent and I came up with this possible solution: http://dojo.telerik.com/uNeDA/3. You might need to adjust it further as per to the Bootstrap modal.

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