This is a migrated thread and some comments may be shown as answers.

[Solved] Inside RadMultiPage/PageView on IE7

4 Answers 232 Views
Editor
This is a migrated thread and some comments may be shown as answers.
James Stuart
Top achievements
Rank 1
James Stuart asked on 21 Sep 2007, 01:05 PM
We are having a problem with the editor embedded in a PageView in IE 7. It appears that the content area runs off the bottom and overlaps the the Design/Html and Preview Buttons. Plus the entire bottom of the editor is pushed down and the 3 buttons mentioned above float over the content below.

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

Sort by
0
James Stuart
Top achievements
Rank 1
answered on 21 Sep 2007, 01:17 PM
Just an update. The pages where I have RenderSelectedPageOnly="true" set on the RadMultiPage seem to work fine.

0
Lini
Telerik team
answered on 24 Sep 2007, 02:18 PM
Hi,

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
0
Valerie
Top achievements
Rank 1
answered on 26 Sep 2007, 11:31 PM
I am having the same problem: Create a vb.net ajax project with only one page, add a tabstrip, one multipage with two pageviews, put an editor on each pageview and you will see it. Using versions Telerik.Web.UI 2007.2.918.0 and RadTabSrip.Net2 3.6.0.0 

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>

&nbsp;</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>

0
Tervel
Telerik team
answered on 05 Oct 2007, 07:06 AM
Hi,

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
Tags
Editor
Asked by
James Stuart
Top achievements
Rank 1
Answers by
James Stuart
Top achievements
Rank 1
Lini
Telerik team
Valerie
Top achievements
Rank 1
Tervel
Telerik team
Share this question
or