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

Latest RadUpload and IE 7 Issue

2 Answers 42 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
blablabla
Top achievements
Rank 1
blablabla asked on 12 Dec 2011, 05:54 PM
Hi,

My company ended up getting the license for the full version of Telerik, and ever since the switch, I noticed that the input part of the RadUpload control does not display right in IE 7. More specifically, the input is there, but the borders are not. This works fine in Chrome and Firefox.

You will find a screenshot of this attached.

Here's the definition of the control:

<telerik:RadUpload ID="FileUploadControl" runat="server" MaxFileInputsCount="1" TargetFolder="~/Temp"
   OverwriteExistingFiles="false" Skin="Office2007" AllowedFileExtensions=".xls,.xlsx"
   ControlObjectsVisibility="None" InputSize="30" />

2 Answers, 1 is accepted

Sort by
0
Peter Filipov
Telerik team
answered on 15 Dec 2011, 12:35 PM
Hi Blablabla,

I've tested your sample code on a page and everything appears fine under IE7. Do you use a RadFormDecorator on your page ? If yes, please add the following CSS to your project.
<style type="text/css">
  
    *+html .ruFakeInput
    {
  
        vertical-align: top !important;
    }
  
</style>

In case that doesn't help, please setup a working sample project that reproduces the issue and send it for a local test.

Regards,
Peter Filipov
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
blablabla
Top achievements
Rank 1
answered on 16 Dec 2011, 10:50 AM
That was exactly the issue Peter, thank you.
Tags
Upload (Obsolete)
Asked by
blablabla
Top achievements
Rank 1
Answers by
Peter Filipov
Telerik team
blablabla
Top achievements
Rank 1
Share this question
or