Only with Internet Explorer 7, when I put my property RadEditor « ContentAreaMode =" Div " » as in the code below, the browser refuses to expand on my table from the cursor and / or my image. The only way I found to do is to resize from the corners of the top. From the bottom middle is my symbol prohibited.
Is this a bug in control? Is this a feature not accessible through the browser? Y is there a way to fix this?
<
telerik:RadAjaxPanel
ID
=
"RadAjaxPanel1"
runat
=
"server"
>
<
telerik:RadAjaxManager
ID
=
"RadAjaxManager1"
runat
=
"server"
OnAjaxRequest
=
"RadAjaxManagerEditor_AjaxRequest"
>
</
telerik:RadAjaxManager
>
<
fieldset
>
<
legend
style
=
"font-family: Arial; font-size: 12px"
>
<
asp:Label
ID
=
"Label6"
runat
=
"server"
Text
=
"Contenu"
></
asp:Label
></
legend
>
<
div
style
=
"font-family: Arial; font-size: 12px; padding: 5px;"
>
<
asp:Label
ID
=
"Label7"
runat
=
"server"
Text
=
"Activer le lightbox"
></
asp:Label
>
<
asp:CheckBox
ID
=
"EnableLightboxCheckBox"
runat
=
"server"
/></
div
>
<
br
/>
<
telerik:RadEditor
ID
=
"ContentRadEditor"
runat
=
"server"
Width
=
"100%"
ToolsFile
=
"~/CMSControls/Xml/ToolsFile.xml"
Language
=
"fr-FR"
ContentAreaMode
=
"Div"
>
<
CssFiles
>
<
telerik:EditorCssFile
Value
=
"~/CMSControls/Skins/editor.css"
/>
</
CssFiles
>
<
Content
>
</
Content
>
<
ImageManager
DeletePaths
=
"~/Document/Images"
MaxUploadFileSize
=
"52428800"
UploadPaths
=
"~/Document/Images"
ViewPaths
=
"~/Document/Images"
/>
<
DocumentManager
DeletePaths
=
"~/Document"
MaxUploadFileSize
=
"52428800"
UploadPaths
=
"~/Document"
ViewPaths
=
"~/Document"
SearchPatterns
=
"*.*"
/>
<
FlashManager
DeletePaths
=
"~/Document/Flash"
MaxUploadFileSize
=
"52428800"
UploadPaths
=
"~/Document/Flash"
ViewPaths
=
"~/Document/Flash"
/>
<
MediaManager
DeletePaths
=
"~/Document/Media"
MaxUploadFileSize
=
"52428800"
UploadPaths
=
"~/Document/Media"
ViewPaths
=
"~/Document/Media"
/>
</
telerik:RadEditor
>
</
fieldset
>
</
telerik:RadAjaxPanel
>
Is this a bug in control? Is this a feature not accessible through the browser? Y is there a way to fix this?