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

[Solved] Problem with Re-Sizing Editor

3 Answers 135 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Dan Ehrmann
Top achievements
Rank 1
Dan Ehrmann asked on 16 Apr 2009, 05:31 PM
If, when resizing the editor, your mouse goes outside the browser window, the page display gets screwed up. You can see this on the Telerik site demo. On the "default settings" demo, drag the resize handle down until your mouse leaves the page. You will see the display shift - the editor now overlaps the 'key features' box, and the 'settings' panel to the right of the editor is gone completely. Resizing the editor again does not restore the 'settings' panel or fix the overlap.

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 21 Apr 2009, 07:11 AM
Hi Dan,

Thank you for reporting this problem.

This behavior is due to the demo example layout and used css stylesheet of our Quick Start Framework, but not to RadEditor. If you experience this problem in your project please open a support ticket and send a sample working project that demonstrates it. I will examine your page layout and stylesheet and provide a solution.

Best regards,
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.
0
Dan Ehrmann
Top achievements
Rank 1
answered on 21 Apr 2009, 11:49 AM
Thanx Rumen - I am sending a sample project
0
Rumen
Telerik team
answered on 23 Apr 2009, 03:10 PM
Hi Dan,

I just want to share the solution with our community. Here is my answer in your support ticket on the subject:

You can fix the problem by putting this class on the page with RadEditor:

<style type="text/css">
.RadEditor
{
     position: static !important;
}
</style>

We will also research the problem in more details and try to fix the issue in the RadEditor code.



Best regards,
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
Dan Ehrmann
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Dan Ehrmann
Top achievements
Rank 1
Share this question
or