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

Select do not work inside ModalPopupExtender IE7

3 Answers 46 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Håkan
Top achievements
Rank 1
Håkan asked on 01 Sep 2009, 02:56 PM
Select in RadUpload do not work inside ajaxToolkit ModalPopupExtender in IE 7 or IE 8 compatibility view works in IE 8 normal view.

Example code:
<asp:ScriptManager ID="sm1" runat="server" /> 
<asp:Button ID="button1" runat="server"/>  
<ajaxToolkit:ModalPopupExtender ID="modalDialog" runat="server" TargetControlID="button1" PopupControlID="dialog" />          
<asp:Panel ID="dialog" runat="server" Style="display: none;">  
  <telerik:RadUpload ID="file1" runat="server" /> 
</asp:Panel> 

(Version: Q2 2009 SP1)

3 Answers, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 01 Sep 2009, 04:23 PM
Hi Håkan,

Can you send a live URL so we can check why is this happening? Thank you in advance.

All the best,
Kamen Bundev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Håkan
Top achievements
Rank 1
answered on 02 Sep 2009, 11:27 AM
Live test at [removed]
0
Accepted
Kamen Bundev
Telerik team
answered on 02 Sep 2009, 01:11 PM
Hello Håkan,

The issue was fixed and the fix will be available with the next internal build of RadControls for ASP.NET AJAX and the next official release. As a workaround, add this CSS rule to your project to fix it:
.RadUpload .ruInputs
{
    position: relative;
}

I've updated your Telerik Points for the bug report.

Regards,
Kamen Bundev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Upload (Obsolete)
Asked by
Håkan
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Håkan
Top achievements
Rank 1
Share this question
or