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

[Solved] Combox, no Overlay for FF?

3 Answers 156 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Steve Wages
Top achievements
Rank 1
Steve Wages asked on 03 Jun 2008, 12:09 AM
the combo box works fine in  IE. but when in FF, it doesn't go over my flash.
If flash wmode=transparent it works, but i need it not to be tranparant for speed issues. works fin ein IE.

I saw that the non ajax has overlay property, but the ajax one doesn't?

how can i make the dropdown show over flash in FF?


3 Answers, 1 is accepted

Sort by
0
Rosi
Telerik team
answered on 03 Jun 2008, 10:07 AM
Hi Steve Wages,

Please have a look our online example- Overlay

It overlays a flash object and works as expected at our side.

If this does not help you, please open a support ticket and send us simple running project illustrating the problem and/or a live url.


Regards,
Rosi
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Gourangi
Top achievements
Rank 1
answered on 16 Jan 2010, 08:49 AM
Hi,

I am using Telerik.Web.UI.dll version 2008.3.1314.35

Its not working fine in firefox ! The items in the combobox is displayed behind the flash object. Let me know if there are any properties to be set in flash object.

Since I have set <param name="wmode" value="transparent" /> in the flash object !

Thanks & Best Regards,
Divyesh Chapaneri
0
Schlurk
Top achievements
Rank 2
answered on 18 Jan 2010, 03:24 PM
If you took a look at the example posted by the Telerik team member it leads you to a demo page which shows the ComboBox overlay the flash object without any custom code. I believe this is something that has been default with this control since the Ajax version (Prometheus) of the controls were released. Perhaps you need to play around with the z-index? I'm not sure how everything works with an integrated flash item but if you set the z-index to something pretty high it might work:

<telerik:RadComboBox ID="RadComboBox1" Runat="server" style="z-index: 10000" >  

Tags
ComboBox
Asked by
Steve Wages
Top achievements
Rank 1
Answers by
Rosi
Telerik team
Gourangi
Top achievements
Rank 1
Schlurk
Top achievements
Rank 2
Share this question
or