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

File list in Image manager has no scrollbar (2008.1 619)

3 Answers 88 Views
Editor
This is a migrated thread and some comments may be shown as answers.
GrZeCh
Top achievements
Rank 2
GrZeCh asked on 21 Jun 2008, 02:29 PM
Hello!

Under FF 3.0 and IE 7 there are no scrollbars in filelist in Image Manager. When I access folder which has more files I cant access all of them because I can't scroll down to them.

Thanks

3 Answers, 1 is accepted

Sort by
0
Tervel
Telerik team
answered on 23 Jun 2008, 01:23 PM
Hello GrZeCh,

We alredy answered your support ticket, but for convenience we paste our answer here as well


====================================================================
FixingScrollProblem.zip

Thank you for reporting this problem, which appears in the Telerik skin of RadEditor.

We are currently rewriting the editor's file browser dialogs and we will fix this problem.

You can fix the problem now by setting the  ExternalDialogsPath property, and then copying the \EditorDialogs\ImageManager.ascx file from the EditorDialogs folder in the RadControls distribution to the location you specified for ExternalDialogsPath. Once you have done that, open the ImageManager.ascx file and put the following class at the end of the file:

<style>
.scrollable-element
{
    overflow: scroll! important;
    border: 1px solid green;
}
</style>

Save the file and test the Image Dialog.

====================================================================

Greetings,
Tervel
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Frédéric Martin
Top achievements
Rank 1
answered on 09 Sep 2008, 03:15 PM
Hi,

I have the exact same problem but with DNN version of the RadEditor.  How can I solve it since I can't set ExternalDialogPath property.

Thank youi
0
Rumen
Telerik team
answered on 09 Sep 2008, 04:02 PM
Hi Frédéric,

This scroll problem should be fixed in the latest Q2 SP1 version of RadControls for ASP.NET AJAX. Please, upgrade to  the latest version and test the editor's dialogs again.

Best regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Editor
Asked by
GrZeCh
Top achievements
Rank 2
Answers by
Tervel
Telerik team
Frédéric Martin
Top achievements
Rank 1
Rumen
Telerik team
Share this question
or