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

Browse button is invisible when disabled in Firefox

2 Answers 40 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 04 Oct 2013, 02:15 PM
When running under Firefox and the RadAsyncUpload control is disabled from the code-behind, the Select ("Browse") button is invisible until enabled. 

<telerik:RadAsyncUpload ID="ruBinaryFile" ClientIDMode="Static" runat="server" ControlObjectsVisibility="None"
                                    Width="90px"  OnClientFileUploaded="radAsyncfileUploaded" OnFileUploaded="BinaryFileUpload">
                                    <Localization Select="Browse" />
                                </telerik:RadAsyncUpload>

ruBinaryFile.Enabled = false;

Firefox version 24.
Telerik version Q2 2012
  

2 Answers, 1 is accepted

Sort by
0
David
Top achievements
Rank 1
answered on 04 Oct 2013, 07:59 PM
I've attached a screenshot showing the Firefox inspector focused on the invisible Browse button.
0
Hristo Valyavicharski
Telerik team
answered on 09 Oct 2013, 12:22 PM
Hi David,

It looks like that this is a styling problem. Please verify that the other styles on the page doesn't cause it.
Also what happens if you put the pasted code inside an empty page? At my side it works correctly. 

Regards,
Hristo Valyavicharski
Telerik
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 the blog feed now.
Tags
AsyncUpload
Asked by
David
Top achievements
Rank 1
Answers by
David
Top achievements
Rank 1
Hristo Valyavicharski
Telerik team
Share this question
or