A page with an editor and a window causes an unhandled exception.
The result (one of them) is that the content area of the editor cannot be entered or changed in IE7.
To replicate:
The result (one of them) is that the content area of the editor cannot be entered or changed in IE7.
To replicate:
| <body> |
| <form id="form1" runat="server"> |
| <asp:ScriptManager ID="ScriptManager1" runat="server" /> |
| <div> |
| <telerik:RadWindow ID="RadWindow1" runat="server" NavigateUrl="http://www.yahoo.com" VisibleOnPageLoad="true"> |
| </telerik:RadWindow> |
| <telerik:RadEditor ID="RadEditor1" runat="server" Skin="Vista" > |
| </telerik:RadEditor> |
| </div> |
| </form> |
| </body> |