Hi,
When RadEditor is placed inside RadWindow following problems occur:
1) IE9 (9.0.8112.16421) + Chrome (10.0.648.205) + Safari (5.0.5 [7533.21.1]):
- cannot type in the Design mode
- test entered in the HTML mode does not appear in the Design mode
- toolbar buttons don't work
2) IE9 Compatibility View:
- toolbar does not appear
3) FF 4.0:
- toolbar buttons don't work
1) + 2) + 3): switching between Design / Preview / HTML mode does not work correctly
Example to reproduce those issues:
Code behind is empty - just class declaration.
Additional information:
- Telerik v. 2011.1.413.40
- Windows 7 64-bit
- .Net Framework 4
Attached screenshot from IE9 Compatibility View.
Please provide solution for those problems.
Thanks,
Arek
When RadEditor is placed inside RadWindow following problems occur:
1) IE9 (9.0.8112.16421) + Chrome (10.0.648.205) + Safari (5.0.5 [7533.21.1]):
- cannot type in the Design mode
- test entered in the HTML mode does not appear in the Design mode
- toolbar buttons don't work
2) IE9 Compatibility View:
- toolbar does not appear
3) FF 4.0:
- toolbar buttons don't work
1) + 2) + 3): switching between Design / Preview / HTML mode does not work correctly
Example to reproduce those issues:
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="akUITest.aspx.vb" Inherits="Testing_akUITest" %><!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="sm" runat="server"> </telerik:RadScriptManager> <div> <telerik:RadWindowManager ID="radWindowManager" runat="server"> <Windows> <telerik:RadWindow ID="radWindowEditor" runat="server" VisibleOnPageLoad="true"> <ContentTemplate> <telerik:RadEditor ID="radEditor" runat="server"> </telerik:RadEditor> </ContentTemplate> </telerik:RadWindow> </Windows> </telerik:RadWindowManager> </div> </form></body></html>Code behind is empty - just class declaration.
Additional information:
- Telerik v. 2011.1.413.40
- Windows 7 64-bit
- .Net Framework 4
Attached screenshot from IE9 Compatibility View.
Please provide solution for those problems.
Thanks,
Arek
