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

Image resize problem with IE7 and Table

1 Answer 57 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Maxime Bellemare
Top achievements
Rank 2
Maxime Bellemare asked on 19 Jan 2011, 03:27 PM
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.

<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?

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 20 Jan 2011, 02:35 PM
Hello Claude,

I tried to reproduce the problem in IE7 but without success. The problem could be due to a css style defined in the ~/CMSControls/Skins/editor.css file. Can you please delete the contents of the editor.css file and test again.

It will be also best to open a support ticket and send a fully working project including all project files  along with a video / screenshots that demonstrate the problem. You can use Jing to record the video.

Best regards,
Rumen
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Editor
Asked by
Maxime Bellemare
Top achievements
Rank 2
Answers by
Rumen
Telerik team
Share this question
or