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

[Solved] Editors Insert Image & Insert Link window open with zero width

1 Answer 68 Views
Editor
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Sam Critchley
Top achievements
Rank 1
Sam Critchley asked on 17 Mar 2011, 01:31 AM
When I click Insert Image or Insert Link buttons on my editor the window appears with a zero width and a zero height.

<div class="t-widget t-window" style="height: 0px; width: 0px; bottom: 0px; right: 0px; display: block; left: 951.5px; top: 250.5px; ">
Its created with an editor template:

<%
    Html.Telerik().Editor().Name(ViewData.TemplateInfo.GetFullHtmlFieldName("")).Tools((p) =>
    {
        p.Clear();
        p.FormatBlock().Bold().Italic().Underline().Strikethrough().JustifyLeft().JustifyCenter().JustifyRight().JustifyFull().InsertOrderedList().InsertUnorderedList().Indent().Outdent().CreateLink().Unlink().InsertImage();
    }).Value(Server.HtmlDecode(Convert.ToString(Model))).Render();
       
%>

I dont seem to have any control over these windows.

I using v2010.2.825.235

1 Answer, 1 is accepted

Sort by
0
d
Top achievements
Rank 1
answered on 29 Mar 2011, 10:49 AM
I have the exact same problem with the editor loaded in a partial view. Please respond.

element.style {
    bottom0;
    displayblock;
    height0;
    left640px;
    right0;
    top404px;
    width0;
}
Tags
Editor
Asked by
Sam Critchley
Top achievements
Rank 1
Answers by
d
Top achievements
Rank 1
Share this question
or