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

Image manager's problem with long image names

2 Answers 40 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Ernesto
Top achievements
Rank 1
Ernesto asked on 25 Jan 2012, 08:09 AM
Hi guys,

I would like to report a bug reelated with image manager inside of RadEditor.
When image file name is too long 'Insert' and 'Cancel' buttons are became outside the popup. You can reproduce this problem on your demos pages.

See attachment.

--
Ernesto.

2 Answers, 1 is accepted

Sort by
0
Accepted
Rumen
Telerik team
answered on 27 Jan 2012, 03:37 PM
Hi Ernesto,

I would suggest the following fix for the problem. Create a css file and put the following class in it:

.selectedFileName
{
  height: 24px;  
}

After that point the DialogsCssFile property to point to this file, e.g.

<telerik:RadEditor runat="server" ID="RadEditor1" DialogsCssFile="dialog.css">
    <ImageManager ViewPaths="~/Images" UploadPaths="~/Images" />
</telerik:RadEditor>


All the best,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Ernesto
Top achievements
Rank 1
answered on 27 Jan 2012, 03:55 PM
Thanks Rumen
Tags
Editor
Asked by
Ernesto
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Ernesto
Top achievements
Rank 1
Share this question
or