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

Scrollbars not resizing?

0 Answers 47 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Ole Albers
Top achievements
Rank 2
Ole Albers asked on 20 Jan 2009, 09:34 AM
Hi there.
I got a simple(?) question regarding the RadEditor.

I use the Editor in Design-Mode. This is the aspx-Part of the Editor:
        <telerik:RadEditor ID="LabelMailBody" runat="server" EditModes="Design"  
               Enabled="True" EnableResize="True" Language="de-DE"  
               ToolsFile="~/App_GlobalResources/BasicTools.xml" Visible="True"                 
               Width="200" Height="450" SkinID="EmailEditor" 
               > 
         
            
            <Content></Content
 
           </telerik:RadEditor> 

as an easy test I set the html-css-porperties the following way:
html  
    height:100%; 
    width:100%; 
    overflow:scroll

I add the content programaticly to the editor:
LabelMailBody.Content = cont.Body2Html; // <-- this is some html-text 

When I display the Content the scrollbars are just fine. But when I Edit the Content the Scrollbars do not resize. (e.g. When entering empty spaces the text moves down but I cannot reach the lower parts of the text, because the scrollbars stay at the original position)

[UPDATE]: Solved. The content just had some html-Errors (The "html"-and "body"-markups where missing)


No answers yet. Maybe you can help?

Tags
Editor
Asked by
Ole Albers
Top achievements
Rank 2
Share this question
or