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

Upload dialog looks bad

4 Answers 63 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
Ernesto
Top achievements
Rank 1
Ernesto asked on 07 Nov 2011, 12:57 PM
Hi guys,

After upgrading to telerik 2011.2.915.20 I have found out two bugs related to File Explorer.

Steps to reproduce:
  • Open file explorer
  • Click 'Upload'
  • CLOSE window.
  • Click 'Upload' again.
  • first bug: In Firefox horizontal scroll is appear.
  • Click 'Add' few times (7-8) and in Chrome this window looks like in attached screenshot.

Reproduced on telerik's demo site.

Any suggestions how to fix this?

Thanks in advance,
Ernesto.

4 Answers, 1 is accepted

Sort by
0
Dobromir
Telerik team
answered on 08 Nov 2011, 01:06 PM
Hi Ernesto,

We are aware of the appearance of the scrollbar in the upload dialog in FireFox and are working on its fix. For the time being you can use CSS to avoid this issue, e.g.:
<telerik:RadCodeBlock ID="RadCodeBlock1" runat="server">
<style type="text/css">
    #<%=RadFileExplorer1.ClientID%>_uploadContainer
    {
        overflow-x: hidden !important;
    }
</style>
</telerik:RadCodeBlock>

Regarding the issue in Chrome, do you have RadFormDecorator set on the page? If so could you try to remove it and see if the problem still occurs?

Regards,
Dobromir
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 08 Nov 2011, 02:02 PM
Hi Dobromir,

Thanks for your response.
Fix with 'overflow-x' is work, thanks again.

And about problem in Chrome: we don't use RadFormDecorator.This problem also reproducing on FileExplorer demos page

Kind regards,
Ernesto.
0
Dobromir
Telerik team
answered on 09 Nov 2011, 11:41 AM
Hi Ernesto,

After further testing of the issue that occurs in Chrome, it seems like a bug in the RadFileExplorer. I have logged it into our DataBase for further investigation.

For the time being, to avoid this problem I can suggest you to limit the maximum number of upload fields, e.g.:
RadFileExplorer1.Upload.MaxFileInputsCount = 5;

As a small token of gratitude for your contribution I have updated your Telerik points.

Kind regards,
Dobromir
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 09 Nov 2011, 12:22 PM
Thanks for your help.
Tags
FileExplorer
Asked by
Ernesto
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
Ernesto
Top achievements
Rank 1
Share this question
or