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

AutoResizeHeight and FullScreen

3 Answers 69 Views
Editor
This is a migrated thread and some comments may be shown as answers.
KAB
Top achievements
Rank 1
KAB asked on 18 Aug 2010, 08:42 AM
FulScreen mode with AutoResizeHeight=true works terrible and has scrolling troubles almost in all browsers.
How can I disable AutoResizeHeight only for FulScreen=true mode and leave it in normal mode? I have ContentAreaMode="iframe".
ContentAreaMode="div" is not suitale.

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 20 Aug 2010, 03:52 PM
Hi,

We are aware of this problem and it is logged in our PITS system. We will try to fix it for Q2 2010 SP1, but if we run out of time, we will do our best to fix it for SP2.

Please, excuse us for the temporary inconvenience.

Greetings,
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
0
KAB
Top achievements
Rank 1
answered on 05 Oct 2010, 09:07 AM
Unfortunately this problem remains in Q2 2010 SP2 (version 2010.2.929).
Is it possible to switch on/off "AutoResizeHeight" mode dynamically while switching full-screen mode?
0
Rumen
Telerik team
answered on 06 Oct 2010, 09:57 AM
Hi KAB,

The problem is not trivial and we are still working on it. My suggestion is to disable either Full Screen Mode or the Auto Height Expand feature until we fix the problem.

You can disable the ToggleScreenMode shortcut (F11) using the following code:

<script type="text/javascript">
function OnClientLoad(editor, args) {
    editor.removeShortCut("ToggleScreenMode");
}
</script>
<telerik:radeditor runat="server" OnClientLoad="OnClientLoad" ID="RadEditor1"></telerik:radeditor>
 

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