Hi,
I have declared my editor control as below.
<CE:Editor ID="editor" BreakElement="Br" ConfigurationPath="~/CuteSoft_Client/CuteEditor/Configuration/htmlButton.config"runat="server" EnableClientScript="true" EnableStripScriptTags="false" EnableStripLinkTagsCodeInjection="false" ShowEditMode="false" ShowHtmlMode="false" ShowPreviewMode="false" ShowTagSelector="true" EnableStripStyleTagsCodeInjection="false" EditCompleteDocument="true" Width="100%" Height="450px" ResizeMode="AutoAdjust"></CE:Editor>
I have set ResizeMode to AutoAdjust which is working fine in developement eniviornment, but when I uploaded my code to production server the Cute Editor is not resizing itself when a page is loaded for first time.
As soon as I start editing contnet, it will start working fine. The problem seems to be for the first time load only.
Thanks,
Lalit