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

opacity radwindow radcombobox

1 Answer 82 Views
Window
This is a migrated thread and some comments may be shown as answers.
Thomas Gross
Top achievements
Rank 1
Thomas Gross asked on 25 Feb 2011, 10:15 AM
I put a radcombobox in a radwindow. the radwindow have difined a Opacity="93" property.
Wenn I click to the radcombobox to view the list items thy are not shown.
I find this article where the same behavior is discribed and shown:
http://www.telerik.com/community/forums/aspnet-ajax/combobox/radcombobox-dropdown-invisible-in-radwindow.aspx
I drop the opycity property from the radwindow defination and i can see the list entries.
do you have a solution to use the opycity property and to fix the problem?
thanks
thomas

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 02 Mar 2011, 02:45 PM
Hi Thomas,

 We are aware of this problem but unfortunately it is related to browser specific behavior of IE when overlaying filters and for the time being there is no solution for this. You can confirm yourself that this is so by replacing the RadWindow with a standard IFRAME element with a filter. e.g as the one below:

<iframe name="wnd" src="page.aspx" style="filter: alpha(opacity=99); width: 500px; height: 500px; opacity: 0.93;"></iframe>


This problem also occurs in the scenario of shadow and animation and thus we remove one of the filters during the animation and restore it after that.

This being said, what we can suggest is indeed to remove the opacity at least under IE until a fixed version of the browser is available.

Kind regards,
Svetlina
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
Window
Asked by
Thomas Gross
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or