This only appears to happen in Internet explorer and when the editor in in a RadMultipage. The multipage is linked to a tabstrip.
4 Answers, 1 is accepted
This seems to be a problem with showing/hiding the editor on the client, since RenderSelectedPageOnly="true" forces a server postback. Is it possible for you to send us a sample page, where you observe the problem so we can investigate further and possibly fix the problem in time for the next service pack release?
Kind regards,
Lini
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
Do you have a workaround? Please help.
Sample page:
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Default.aspx.vb" Inherits="EditorInPageView._Default" %>
<%@ Register Assembly="RadTabStrip.Net2" Namespace="Telerik.WebControls" TagPrefix="radTS" %>
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
<!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>Untitled Page</title>
</head>
<body>
<form id="form1" runat="server">
<asp:ScriptManager ID="ScriptManager1" runat="server" />
<div>
<radTS:RadTabStrip ID="RadTabStrip1" runat="server" MultiPageID="RadMultiPage1">
<Tabs>
<radTS:Tab runat="server" PageViewID="PageView1" Text="Root Tab 1">
</radTS:Tab>
<radTS:Tab runat="server" PageViewID="PageView2" Text="Root Tab 2">
</radTS:Tab>
</Tabs>
</radTS:RadTabStrip>
</div><radTS:RadMultiPage ID="RadMultiPage1" runat="server" >
<radTS:PageView ID="PageView1" runat="server">
<telerik:radeditor id="RadEditor1" runat="server"></telerik:radeditor></radTS:PageView>
<radTS:PageView ID="PageView2" runat="server" Width="100%">
<telerik:radeditor id="RadEditor2" runat="server"></telerik:radeditor></radTS:PageView>
</radTS:RadMultiPage>
</form>
</body>
</html>
The problem with toolbars not rendering properly under IE when editor is invisible, is fixed and will appear in the service pack scheduled for Wendesday, Oct 10th.
Sincerely yours,
Tervel
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center