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

[Solved] scrollbars

1 Answer 86 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Andreas Ladis
Top achievements
Rank 1
Andreas Ladis asked on 12 Feb 2010, 03:29 PM

On the radEditor content there is only a vertical scrollbar appearing. Not a horizontal one.
I use internet explorer in design mode.

Could you help me?

Regards,
Eleni

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 12 Feb 2010, 05:28 PM
Hello Andreas,

This problem is most likely due to some global css class that is applying for example overflow-x: hidden; to content area of RadEditor. To fix it read the following KB article: Content Area Appearance Problems
and set the CssFiles property to point to an empty css file, e.g.

<telerik:RadEditor ID="RadEditor1" Runat="server">
   <CssFiles>
       <telerik:EditorCssFile Value="~/empty.css" />
   </CssFiles>
</telerik:RadEditor>

If the problem is other, please isolate it in a sample working project and send it for examination on our side. Once I am able to reproduce the issue, I will debug it and provide a solution.

All the best,
Rumen
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
Editor
Asked by
Andreas Ladis
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or