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

[Solved] radakaxloadingpanek in modalpopup doesn't appear in Firefox

1 Answer 108 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Josh
Top achievements
Rank 1
Josh asked on 07 Feb 2008, 02:12 AM
Hi, I've got a modalpopup with a radajaxpanel in it. There's a loading panel assigned to it, it shows up fine in IE but not in firefox (or safari) - anyone run into this? It works fine when not in the modalpopup...

1 Answer, 1 is accepted

Sort by
0
Accepted
Steve
Telerik team
answered on 11 Feb 2008, 03:02 PM
Hi Josh,

Indeed Firefox handles differently modal popups and sets higher z-index, so basically the loading panel shows below the modal window. To avoid this simply set a higher z-index to the LoadingPanel i.e.:

 <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" ZIndex="50000000"  runat="server" Height="75px"
    Width="75px">
     <img src='<%= RadAjaxLoadingPanel.GetWebResourceUrl(Page, "Telerik.Web.UI.Skins.Default.Ajax.loading.gif") %>'  alt="Loading..." style="border: 0px;" />
  </telerik:RadAjaxLoadingPanel>

Hope this helps.

Sincerely yours,
Steve
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Ajax
Asked by
Josh
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or