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

RadEditor Casues Scrollbar in IE 8

1 Answer 70 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Sarah
Top achievements
Rank 1
Sarah asked on 03 Mar 2010, 02:21 PM
I have the following as the parent page

<telerik:RadSplitter ID="RadSplitter1" Skin="Office2007" runat="server" Width="940px" 
        Height="750px" Orientation="Horizontal" BorderSize="0" OnClientLoaded="IeFix">  
        <telerik:RadPane ID="Radpane11" runat="server" Height="40" MinHeight="40" Scrolling="None">  
   <!-- Top --> 
        </telerik:RadPane> 
          
          
        <telerik:RadSplitBar ID="Radsplitbar3" runat="server" CollapseMode="None" EnableResize="false" /> 
        <telerik:RadPane ID="Radpane1" runat="server" Scrolling="None">  
            <telerik:RadSplitter ID="Radsplitter2" runat="server">  
                <telerik:RadPane runat="server" ID="pneLeft" Width="210" Height="100%" CssClass="leftBG">  
                            <!-- Left -->          
                </telerik:RadPane> 
                <telerik:RadSplitBar ID="RadSplitbar1" runat="server" CollapseMode="Forward" Height="100%" /> 
                <telerik:RadPane runat="server" ID="pneRightContent" ContentUrl="home.aspx" 
                    CssClass="rightBg" Scrolling="None" > 
                      
                </telerik:RadPane> 
                  
            </telerik:RadSplitter> 
        </telerik:RadPane> 
    </telerik:RadSplitter>   
     


In the "pneRightContent", the pages masterpage consist of :
 <telerik:RadSplitter ID="RadSplitter1" Skin="Office2007" runat="server" Width="100%" 
        Height="100%" Orientation="Horizontal" BorderSize="0">  
        <telerik:RadPane ID="RadPaneTop" runat="server" Scrolling="None" Visible="false">  
            <asp:ContentPlaceHolder ID="cphTopPane" runat="server">  
            </asp:ContentPlaceHolder> 
        </telerik:RadPane> 
        <telerik:RadSplitBar ID="Radsplitbar3" runat="server" EnableResize="false" Visible="false" /> 
        <telerik:RadPane ID="RadPaneBottom" runat="server" Height="100%" Scrolling="Y">  
            <asp:ContentPlaceHolder ID="cpnContent" runat="server">  
            </asp:ContentPlaceHolder> 
        </telerik:RadPane> 
    </telerik:RadSplitter> 


When I place a RadEditor in "cpnContent", it shows the vertical scrollbar in IE 8, which I dont need.  Any ideas?

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 08 Mar 2010, 12:12 PM
Hi Sarah,

I built up a test demo based on your explanations but unfortunately to no avail - I was not able to observe the problem. I also noticed that in the splitter on the master page you have two RadPanes and one of it is 100% high - since the other one also has some height you should leave it e.g free size or size them accordingly.

Please, examine my test demo /note that I set smaller height to the outermost splitter because with my screen resolution there is always a vertical scrollbar with this height/ which I attached and let me know what changes I should apply to reproduce the issue. It will be also helpful to provide some screenshots with the problem clearly marked on them.

Regards,
Svetlina
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Splitter
Asked by
Sarah
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or