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

Upload button cut off in IE8, IE9 Comp on

1 Answer 41 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Craig
Top achievements
Rank 1
Craig asked on 30 Apr 2012, 09:07 PM
We have a rad upload control which shows the full upload message in IE9 - see the attachment fullbutton.jpg.

When in IE8, or IE9 with comp on, the button looks like what's in attachment halfbutton.jpg. There is no upload text, and all you can see is the paper clip.

I've tried setting EnableFileInputSkinning to both true and false, plus tried css class settings for rubrowse and rubutton and such that I've found on the web, all to no avail. 

The upload control is being used in a user control, and is part of the content of a radwindow.  Here is a code sample - I didn't include the whole page. 
<telerik:RadWindowManager ID="RadWindowManager1" runat="server" Overlay="true">
    <Windows>
        <telerik:RadWindow ID="RadWindow1" runat="server" Animation="Fade" Behavior="None" VisibleOnPageLoad="false"
            Behaviors="Close" Modal="true"
            Width="490" Height="565" DestroyOnClose="true" VisibleStatusbar="false" KeepInScreenBounds="true" >
            <ContentTemplate>   
 
...
      
                                           <script type="text/javascript">
                                                    try {
                                                        Telerik.Web.UI.RadAsyncUpload.Modules.Silverlight.isAvailable = function () { return false; }
                                                    } catch (e) { }
                                                </script>
                                                <telerik:RadAsyncUpload ID="fuDocument" runat="server" MaxFileInputsCount="1"
                                                    ReadOnlyFileInputs="true" OnClientFileUploaded="triggerRefresh" OnClientFileUploadRemoving="triggerCancel" MaxFileSize="4194304"
                                                    OnClientFileSelected="triggerSelected" OnClientValidationFailed="fileValidationFailed" Localization-Select="">                                                   
                                                </telerik:RadAsyncUpload>
...
 
      </ContentTemplate>
         </telerik:RadWindow>
         
Can you tell me what could be causing this?

1 Answer, 1 is accepted

Sort by
0
Peter Filipov
Telerik team
answered on 03 May 2012, 10:50 AM
Hello Craig,

I tested your sample code and everything appears fine at my side. Review the following video. I am sending you the example shown in the video. Could you please try to change it (to reproduce the issue from the screenshots)  and send it back?

Kind 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.
Tags
Upload (Obsolete)
Asked by
Craig
Top achievements
Rank 1
Answers by
Peter Filipov
Telerik team
Share this question
or