Completed
Last Updated: 06 Jul 2015 11:59 by ADMIN
ADMIN
Vessy
Created on: 08 May 2015 13:19
Category: Editor
Type: Bug Report
0
Web page hangs down when Foreground color of table content is cleared in IE11
Web page hangs with long running script error when the Foreground color of table content is cleared in IE11.

Steps to reproduce:
1. In IE 11  Go to editor demo http://demos.telerik.com/aspnet-ajax/editor/examples/overview/defaultcs.aspx
2. Click HTML view and delete everything
3. Copy this into editor
    <html>
        <head>
            <title></title>
        </head>
        <body>
            <table>
                <tbody>
                    <tr>
                        <td style="color: #000000;">Lorem ipsum</td>
                    </tr>
                </tbody>
            </table>
        </body>
    </html>
4. Go to design mode highlight some text and click on the "Foreground color" button, select the clear choice (upper left)
5. Web page hangs with long running script error.  (It has something to do with that style on the TD)
0 comments