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

IE 7 - Upload Select Button Cutoff

6 Answers 95 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Brian Mains
Top achievements
Rank 1
Brian Mains asked on 03 Feb 2012, 04:13 PM
Hello,

For some reason, in IE 7 and IE 9's version of IE 7 both cutoff the select button for the file upload.  Does anybody know why, or what I can do to identify the problem?  I've attached a picture.  It is the standard theme ( believe Office 2007).

Thanks.

6 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 06 Feb 2012, 10:19 AM
Hello Brian,

Take a look at the following help documentation.
RadUpload Select/Browse Button is Not Visible in IE.

-Shinu.
0
Brian Mains
Top achievements
Rank 1
answered on 10 Feb 2012, 08:12 PM
That doesn't fix the issue with the select button being chopped off though....
0
Kate
Telerik team
answered on 13 Feb 2012, 09:34 AM
Hello Brian,

Can you reproduce the issue on our on-line demos? Can you also clarify which version of our controls you are using and if you encounter this problem when you have only the RadUpload on a single page with no external styles applied?

Regards,
Kate
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
Becky
Top achievements
Rank 1
answered on 13 Mar 2012, 05:16 PM
Here's how to reproduce it in the demos. Open the developer tools, change browser mode to IE8 compatibility and change document mode to IE8 standards. Is there a fix for the chopped select button?
0
Kate
Telerik team
answered on 16 Mar 2012, 01:06 PM
Hello Becky,

Thank you for clarifying. We are already aware of this issue that occurs only in compatibility mode  in IE. We will try to fix it shortly but meanwhile you can use the following workaround:
<style type="text/css">
    .ruFileWrap.ruStyled
    {
         width: 230px !important;
    }
    </style>

Kind regards,
Kate
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
Becky
Top achievements
Rank 1
answered on 16 Mar 2012, 02:54 PM
Thank you! This solved my intranet issue, where we are unfortunately forced to run in compatibility mode.
Tags
Upload (Obsolete)
Asked by
Brian Mains
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Brian Mains
Top achievements
Rank 1
Kate
Telerik team
Becky
Top achievements
Rank 1
Share this question
or