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

RadUpload select button not working inside style="position:absolute"

9 Answers 210 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Srinivasan
Top achievements
Rank 1
Srinivasan asked on 24 Jun 2009, 03:30 PM
Hi,

I am using RadUpload control inside a table which use the style="position:absolute" and this is blocking the RadUpload select button to open the file select dialogue window. I dont know what could be the fix for this and i have to apply the style on the panel.
I also tried with Position:relative still not working.

Code:

<table cellpadding="0" class="UploadArea" style="position:absolute" cellspacing="0" width="100%">

    <tr>

        <td style="vertical-align: text-top">

            Upload General Information Documents

        </td>

    </tr>

    <tr>

        <td>

            <telerik:RadProgressManager ID="RadProgressManager1" runat="server" />

            <telerik:RadUpload ID="RadUpload1" runat="server" InputSize="70" MaxFileInputsCount="5"

                TargetFolder="~/UploadFiles">

            </telerik:RadUpload>

            <br />

            <telerik:RadProgressArea ID="RadProgressArea1" runat="server" DisplayCancelButton="True"

                ProgressIndicators="TotalProgressBar, TotalProgress, RequestSize, FilesCount, FilesCountPercent, SelectedFilesCount, CurrentFileName, TimeElapsed, TimeEstimated, TransferSpeed"

                Skin="Vista">

            </telerik:RadProgressArea>

        </td>

    </tr>

</table>

 

- Srini

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

9 Answers, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 26 Jun 2009, 03:54 PM
Hello Srinivasan,

This is a known issue with the select button. Currently, the latter button is bugged and in some cases the described behavior is present. The good news are that you can find this problem fixed in the upcoming Q2 release.

All the best,
Genady Sergeev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
George Georgiou
Top achievements
Rank 1
answered on 09 Jul 2009, 07:18 AM
Hello,
 I haver the same problem with the radUpload select button, I am using RadControls for AP.NET AJAX, Q2 version 2009.2.701.20.
My problem happens even at the Upload functionality of e.g. Document Manager of the radEditor
0
Genady Sergeev
Telerik team
answered on 09 Jul 2009, 08:12 AM
Hi George Georgiou,

How did you manage to reproduce the fault? Attached is a sample page holding RadUpload inside an absolutely positioned div. Can you modified in a way that it reproduces the issue?

Kind regards,
Genady Sergeev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
George Georgiou
Top achievements
Rank 1
answered on 09 Jul 2009, 09:19 AM
My problem happens even at the Upload functionality of e.g. Document Manager of the radEditor.

I am using Internet Explorer version 8
0
Kamen Bundev
Telerik team
answered on 09 Jul 2009, 10:20 AM
Hi George,

Just tested the RadEditor Document Manager demo here and it doesn't have this problem in IE8 Standards or Compatibility mode. Can you send a sample project or a live URL where we can reproduce the issue in order to get it fixed? Open a support ticket if you need to.

Regards,
Kamen Bundev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
George Georgiou
Top achievements
Rank 1
answered on 09 Jul 2009, 10:25 AM
I have opened a support ticket and submitted my files, ticket id 225872. Please note that he files are part of a huge project, therefore you will not be able to run them immediately, just leave the reference to the theme and the css file which I also attache, and put a radeditor  only on the page. It should be reproduced
0
dapre
Top achievements
Rank 1
answered on 14 Aug 2009, 10:10 AM
Hello

We are experiencing the same problem for the select button within the upload dialogue of the document manager. Could you already resolve this issue?

Thank you very much
Daniel
0
Atanas Korchev
Telerik team
answered on 14 Aug 2009, 10:15 AM
Hi dapre,

So far we have been unable to reproduce the reported behavior. I suggest you open a support ticket and send us a sample page which demonstrates the same. Thanks.

All the best,
Albert,
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Keith Adler
Top achievements
Rank 1
answered on 15 Dec 2009, 06:21 PM
I resolved this problem by adding the following to the <head> to force IE8 into IE7 mode for this page:

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

This was only not working in IE8.  Firefox, etc. work fine.
Tags
Upload (Obsolete)
Asked by
Srinivasan
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
George Georgiou
Top achievements
Rank 1
Kamen Bundev
Telerik team
dapre
Top achievements
Rank 1
Atanas Korchev
Telerik team
Keith Adler
Top achievements
Rank 1
Share this question
or