Won't Fix
Last Updated: 08 Jun 2022 08:02 by ADMIN
ADMIN
Vessy
Created on: 25 Mar 2015 11:46
Category: Editor
Type: Feature Request
0
A JS error is thrown when initially hidden AccessibleRadEditor is loaded in IE10
A JavaScript error is thrown when a hidden AccessibleRadEditor is loaded in IE 10. The error message is:

"SCRIPT5007: Unable to get property 'get_element' of undefined or null reference "

Code to reproduce the issue:

        <asp:Button ID="btn1" runat="server" Text="Show Editor" OnClientClick="showEditor(); return false" />
        <div id="div1" style="display: none">
            <telerik:AccessibleRadEditor ID="AccessibleRadEditor1" runat="server" ></telerik:AccessibleRadEditor>
        </div>
        <script>
            function showEditor() {
                $telerik.$("#div1").show();
            }
        </script>
1 comment
ADMIN
Rumen
Posted on: 08 Jun 2022 08:02
The issue occurs under IE only and since Microsoft is discontinuing Internet Explorer on June 15, 2022, we decided to not fix it. You can see more at

Internet Explorer 11 desktop application ending support for certain operating systems.

Please encourage your users to use Google Chrome, Microsoft Edge Chromium, or Firefox instead of IE.