
Ernest Mombay
Top achievements
Rank 1
Ernest Mombay
asked on 17 Mar 2011, 07:18 PM
Hello,
I currently updated our Telerik libraries to the latest version (2011.1.315.35) to be accessible to IE9. However, when performing AJAX operations in IE9, the loading panel on the control is not transparent; i.e. in the loading image, with a pure white background, is the only thing visible.
Is this replicable or is this just my browser?
Thanks,
Ernest
I currently updated our Telerik libraries to the latest version (2011.1.315.35) to be accessible to IE9. However, when performing AJAX operations in IE9, the loading panel on the control is not transparent; i.e. in the loading image, with a pure white background, is the only thing visible.
Is this replicable or is this just my browser?
Thanks,
Ernest
13 Answers, 1 is accepted
0

erich
Top achievements
Rank 1
answered on 21 Mar 2011, 09:02 AM
It's not just your browser.
I have the same problem.
I have the same problem.
0
Hi huys,
None of skins for the RadAjaxLoadingPanel have a completely transparent background. Can you check the RadAjaxLoadingPanel demo and let us know which skin you are particularly referring to. The only purely transparent background you get in is when you do not specify a skin for the loading panel, in which case, however, you also do not get the loading image shown.
Veli
the Telerik team
None of skins for the RadAjaxLoadingPanel have a completely transparent background. Can you check the RadAjaxLoadingPanel demo and let us know which skin you are particularly referring to. The only purely transparent background you get in is when you do not specify a skin for the loading panel, in which case, however, you also do not get the loading image shown.
Veli
the Telerik team
0

erich
Top achievements
Rank 1
answered on 23 Mar 2011, 09:31 AM
Hi Veli,
The problem is with EnableEmbeddedSkins="false". It works when I use a standard skin.
I tried to copy the original css file of the default skin, but still no transparency in IE9 with my custom skin.
The problem is with EnableEmbeddedSkins="false". It works when I use a standard skin.
I tried to copy the original css file of the default skin, but still no transparency in IE9 with my custom skin.
0
So you have a custom skin for which you cannot get a transparent background. Have you modified the correct CSS rule to set a transparent background for the loading panel? The rule you need is:
where [SkinName] is the name of your custom skin.
Veli
the Telerik team
div.RadAjax_[SkinName] div.raColor {
background-color
:
transparent
;
}
where [SkinName] is the name of your custom skin.
Veli
the Telerik team
0

Ernest Mombay
Top achievements
Rank 1
answered on 23 Mar 2011, 01:24 PM
We don't use any custom skin, but we use Office2007 skin.
0

erich
Top achievements
Rank 1
answered on 24 Mar 2011, 07:30 AM
Hello,
Now I tried it with some default skins, but still the same issue, the updated control becomes white while updating.
Now I tried it with some default skins, but still the same issue, the updated control becomes white while updating.
0
A have attached a test page demonstrating the approach with the above CSS rule. As none of the built-in control skins have transparent backgrounds for the AJAX loading panel, we need to make it transparent explicitly.
Veli
the Telerik team
Veli
the Telerik team
0

erich
Top achievements
Rank 1
answered on 24 Mar 2011, 01:40 PM
Thanks, but that's not the problem.
Just try the following example in Firefox and in IE9:
http://demos.telerik.com/aspnet-ajax/grid/examples/hierarchy/nestedviewtemplate/defaultcs.aspx
Just try the following example in Firefox and in IE9:
http://demos.telerik.com/aspnet-ajax/grid/examples/hierarchy/nestedviewtemplate/defaultcs.aspx
0

Ernest Mombay
Top achievements
Rank 1
answered on 24 Mar 2011, 01:43 PM
erich, I tried that link using FF 4, and default skins are transparent for me. However I haven't tried Veli's solution yet.
EDIT: I tried Veli's solution in IE9 and the Ajax loading panel is still NOT transparent.
EDIT: I tried Veli's solution in IE9 and the Ajax loading panel is still NOT transparent.
0

Lee Nessling
Top achievements
Rank 1
answered on 30 Mar 2011, 06:58 PM
I'm Seeing the same issue here. After installing IE9 loading panels no longer have opacity.
I've tested IE9 against the Demo Loading Panel Page and seeing the same issue there. Changing the "EnableSkinTransparency" checkbox does nothing in IE9.
Works with IE8 and latest FireFox.
Is this something we can expect to be fixed upcoming or do we need to start applying CSS fixes?
I've tested IE9 against the Demo Loading Panel Page and seeing the same issue there. Changing the "EnableSkinTransparency" checkbox does nothing in IE9.
Works with IE8 and latest FireFox.
Is this something we can expect to be fixed upcoming or do we need to start applying CSS fixes?
0
Hi guys. I confirm this issue, we were able to reproduce what you are describing. We have logged this issue and the dev team will investigate it further on.
Veli
the Telerik team
Veli
the Telerik team
0

Todd A
Top achievements
Rank 1
answered on 12 Apr 2011, 08:11 PM
I am having the same issue. How do we know when this has been resolved -- Will you post here?
0
We were able to fix this issue and you can wait for the upcoming Q1 2011 Service Pack release. It is due in the next couple of days.
Veli
the Telerik team
Veli
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.