Completed
Last Updated: 10 Dec 2014 08:26 by ADMIN
ADMIN
Misho
Created on: 04 Mar 2014 15:37
Category: Editor
Type: Bug Report
2
FIX: RadEditor content area height shrinks when width="100%" and trigger FullScreen mode
When RadEditor is set with width of 100% switching to Full Screen mode and going back from Full Screen to the initial mode, the content area becomes only few lines high.

The following temporary solution should resolve the layout issue for common scenarios:

<telerik:RadEditor ID="txtComments" runat="server" Width="100%" 
	OnClientCommandExecuted="OnClientCommandExecuted">
</telerik:RadEditor>

<script type="text/javascript">
	function OnClientCommandExecuted(sender, args) {
		if (args.get_commandName() === "ToggleScreenMode") {
			sender.repaint();
		}
	}
</script>
3 comments
ADMIN
Misho
Posted on: 10 Dec 2014 08:26
The issue is resolved and the fix is available in Q3 2014 SP1 
ADMIN
Ianko
Posted on: 28 Oct 2014 13:02
Thank you for noticing. The item is transformed to a bug report. Also, I can assure you that it is in the queue for fixing, although there is no firm time estimation for its resolution.
Bill O'Neil
Posted on: 11 Mar 2014 15:42
is this feedback?  its more like a bug.  shouldn't it be in the queue to be resolved in time for the next service pack?