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

[Solved] Why does my RadEditor look like this?

1 Answer 92 Views
Editor
This is a migrated thread and some comments may be shown as answers.
dlamprey
Top achievements
Rank 2
dlamprey asked on 14 May 2009, 03:56 PM
I have a RadEditor of fixed height (300px.) The Editor sits in a div with overflow:none, and then div is resized after the page loads to get the correct height. The resulting RadEditor looks like this. Why would it look like this, and how can I fix it?

image

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 15 May 2009, 11:37 AM
Hi Dan,

Is it possible to send us a sample working project that demonstrates the problem? You can attach files via the support ticketing system.

Please, note that the overflow property does not have a none value. The available settings of this property are:

visible - Default. Content is not clipped and scroll bars are not added.
scroll - Content is clipped and scroll bars are added, even if the content does not exceed the dimensions of the object.
hidden - Content that exceeds the dimensions of the object is not shown.
auto - Content is clipped and scrolling is added only when necessary.

All the best,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Editor
Asked by
dlamprey
Top achievements
Rank 2
Answers by
Rumen
Telerik team
Share this question
or