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

[Solved] 2009Q1 Rad progress area not automaticaly shown in IE

1 Answer 141 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Edvardas Rimkus
Top achievements
Rank 1
Edvardas Rimkus asked on 06 Apr 2009, 08:00 AM
Hello,

I observed an interesting issue with 2009Q1 Progress bar inside a Telerik window. When the upload starts i hide the div which houses the RadUpload and upload button (just set visible:none in the css). The Progress area does not apear until i move the Window a little bit. this only happens in IE7, but FF, Chrome, safari don't show that bug. The same code worked correctly in 2008Q3 release. Does anyone else experienced same issues?

Best Regards,
Edvardas

1 Answer, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 07 Apr 2009, 03:39 PM
Hi Edvardas Rimkus,

Which event did you use to hide the wrapper div? I have created sample page reproducing your scenario and the progress area displays correctly after the RadUpload and the submit button are hidden. I have hooked onto the OnClientSubmitting event of the RadProgressArea :
<script type="text/javascript"
         function hideWrapper() { 
             var divWrapper = $get("uploadWrapper"); 
             divWrapper.style.visibility = "hidden"
         }      
    </script> 


Is there something special ( concerning your scenario ) that I am missing?
You can find my test project as an attachment.

Regards,
Genady Sergeev
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
Upload (Obsolete)
Asked by
Edvardas Rimkus
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Share this question
or