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

Radmenu drops down behind Java applet - Safari

2 Answers 43 Views
Menu
This is a migrated thread and some comments may be shown as answers.
jlj30
Top achievements
Rank 2
jlj30 asked on 28 Dec 2012, 10:02 PM
Hi,

Yes, I've read thru numerous posts on controls appearing behind others, and have played with position and z-index.
My issue is that I have a RadMenu with some items that "should" drop down "on top of" whatever is below them on the page.
This works fine on all of my pages except for one on which the menu items appear "behind" a Java applet that renders a diagram (the tool is NetDiagram from Mindfusion).

Everything works fine in IE and FF.  I have specified EnableOverlay="true" on the RadMenu declaration.
When I added the following script from this post, I was able to get Chrome to work, but I am still unable to get it to work in Safari.
I am running Safari 5.1.7 (7534.57.2).

<script type="text/javascript">
Telerik.Web.UI.Overlay.IsSupported = function ()
{
  //By default overlay is enabled in IE only
  //return $telerik.isIE;
  return true;
}
</script>

Any thoughts on how I can get the menu to drop down "over" the Java applet in Safari?

Many thanks in advance.

Jim (in snowy Ottawa, Canada)



2 Answers, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 02 Jan 2013, 09:11 AM
Hello Jim,

Can you please provide a live url that we can test locally and help you out?

All the best,
Kate
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
jlj30
Top achievements
Rank 2
answered on 02 Jan 2013, 04:22 PM
Kate,

Since I had to provide you with login credentials, I have created a support ticket with the url and instructions to reproduce.
The support ticket number is 644700.

Jim
Tags
Menu
Asked by
jlj30
Top achievements
Rank 2
Answers by
Kate
Telerik team
jlj30
Top achievements
Rank 2
Share this question
or