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

Full screen mode in RadEditor shrinks after typing first word

3 Answers 44 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Santosh
Top achievements
Rank 1
Santosh asked on 24 Feb 2011, 05:48 AM
Hi,
I am using RadEditor control, and when i click on toggle mode, it correctly makes it to full screen mode. But as soon as i type the first word in full screen mode, the editor shrinks vertically.
I am using this RadEditor control in a Usercontrol (".ascx file").

Please let me know if this is a bug or i am doing something wrong?

Thanks,
Santosh

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 25 Feb 2011, 04:55 PM
Hi Santosh,

Can you please isolate the problem in a sample working project and send it for examination via a support ticket? We will investigate the issue and do our best to provide a solution.

All the best,
Rumen
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
0
Santosh
Top achievements
Rank 1
answered on 28 Feb 2011, 06:39 AM
Hi Rumen,
Thanks for the reply. I am not able to create a separate instance, as the same rad editor works fine at other places.
I am attaching two Images with this, please see if you can get some idea.

Screen 1: when i click on the Toggle Full Screen mode
Screen 2: in full screen mode as soon as i click or type any thing.


please find below the events i have attached with the radeditor.

<td style="width: 90%;" colspan="3" valign="top">
                <telerik:RadEditor ID="commentEditor" runat="server" Width="98%" Height="250px" EnableResize="true"
                    AutoResizeHeight="true" EditModes="Design" ExternalDialogsPath="~/EditorDialogs"
                    ToolsFile="~/Config/TelrikEditorToolbars.xml" SkinID="MinimalSetOfTools" ContentAreaCssFile="~/Include/EditorContentArea.css"
                    OnClientSelectionChange="OnCommentSelectionChange" OnClientCommandExecuting="OnClientCommandExecuting" >
                    <Modules>
                        <telerik:EditorModule Name="RadEditorStatistics" Enabled="True" Visible="True" />
                    </Modules>
                </telerik:RadEditor>
            </td>

What ever i am able to understand till now here in this case is that, for the first time when it goes to full screen mode, as soon as I type any word or just place my mouse over there, it comes back to the original height of 250px again.

Let me know if you can figure out some thing out for this.

Thanks,
Santosh
0
Rumen
Telerik team
answered on 02 Mar 2011, 09:12 AM
Hi Santosh,

For some reason the screenshots were not attached. In addition you did not provide the markup, the stylesheet of the page and the code of the functions attached to the RadEditor's events so that I can expect which style is causing the problem.

If you unable to provide a runnable project, you can try to provide a live URL so that we can examine the problem with IE dev toolbar and Firebug and see what is causing it.

Please, also set the EnableResize and AutoResizeHeight properties to false and test again.

Another approach to solve the problem is discussed in the following article: Different Set Of Tools When Switching To Full Screen Mode. The idea is to open a new editor in full screen mode when pressing the Toggle Screen Mode button.


Best regards,
Rumen
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
Editor
Asked by
Santosh
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Santosh
Top achievements
Rank 1
Share this question
or