Completed
Last Updated: 20 Sep 2016 06:34 by ADMIN
ADMIN
Vasil
Created on: 17 Mar 2014 08:21
Category: UI for ASP.NET AJAX
Type: Bug Report
0
IE11 crash on RadTextBox resize
Resize before focus, and the focus and start typing.
Here is the page:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>

</head>
<body>
    <form id="form1" runat="server">
        <telerik:RadScriptManager ID="RadScriptManager1" runat="server"></telerik:RadScriptManager>

        <telerik:RadTextBox ID="RadTextBox1" runat="server" TextMode="MultiLine" Resize="Vertical"></telerik:RadTextBox>

    </form>
</body>
</html>
0 comments