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

Select button not working in IE

2 Answers 91 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Gordon
Top achievements
Rank 1
Gordon asked on 29 Jun 2010, 03:01 PM
Under IE8 compatiblity mode, clicking the Select button doesn't do anything.
I don't get any script errors reported.

The button works fine in firefox, and when i explicitly disable intranet compatibility viewing in IE it works... But not if compatibility mode is in use.

Can anyone offer me a workaround (other than changing my browser settings).

Cheers

2 Answers, 1 is accepted

Sort by
0
Krishnaprabhuraja
Top achievements
Rank 1
answered on 01 Jul 2010, 05:49 AM

As a workaround, try wrapping RadUpload control in a div tag with CSS postion property set to absolute as below.

<div style="position: relative;">  
    <telerik:RadUpload ID="RadUpload1" runat="server">  
    </telerik:RadUpload> 
</div> 

Alternatively, you can also try latest internal build of RadControls for ASP.NET AJAX or next official build.

Regards,
Krishna
0
Genady Sergeev
Telerik team
answered on 02 Jul 2010, 08:43 AM
Hi guys,

There used to be problems with the select button but we have sorted out them for the latest release. What is the version of the controls that you use? Also, please make sure that your IE compatibility mode is not set to
Browser Mode: IE8 | DocumentMode: IE7 Standards

Regards,
Genady Sergeev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
AsyncUpload
Asked by
Gordon
Top achievements
Rank 1
Answers by
Krishnaprabhuraja
Top achievements
Rank 1
Genady Sergeev
Telerik team
Share this question
or