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

Radmenu design issue in IE 7

9 Answers 168 Views
Menu
This is a migrated thread and some comments may be shown as answers.
deepak
Top achievements
Rank 2
deepak asked on 20 Jun 2011, 05:41 AM
Hi,

I have a radmenu.When i select submenu it goes under another menu.This problem occurs only in IE 7.Please see the attached file.

9 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 20 Jun 2011, 01:08 PM
Hello Deepak,

I was unable to reproduce the issue locally. Give a try setting Z index from onClientOpening event as shown below.

Javascript:
function OnClientItemOpening(sender, args)
  {
       args.get_item()._getAnimationContainer().style.zIndex = "10000";
  }

Thanks,
Princy.
0
deepak
Top achievements
Rank 2
answered on 20 Jun 2011, 01:45 PM
This did not help me.
0
Kate
Telerik team
answered on 23 Jun 2011, 11:53 AM
Hello deepak,

I tested the issue that you encounter with the latest version of the controls but I can not reproduce the problem with the appearance that you describe. Please take a look at the attached file and let me know if I am missing something in your scenario. Can you also specify the skin that you are using?

All the best,
Kate
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.

0
deepak
Top achievements
Rank 2
answered on 24 Jun 2011, 06:38 AM
Hi,

I am using Sunset skin.I tried your code.When i take it on IE 7(i took IE 7 in IE 9 by F12->Browser Mode to IE 7 and Document Mode to IE 7) the background of items Child RadMenuItem1,Child RadMenuItem2,
Child RadMenuItem3 under Root RadMenuItem1->Child RadMenuItem1-> becomes transparent and i am unable to select that.I have attached a picture of issue of your code.Please see the attached file.How can i solve that?
0
deepak
Top achievements
Rank 2
answered on 24 Jun 2011, 06:47 AM
Hi,
My problem in IE 7 is that the child rad menu items of Page Management goes under the second column.You can see the attached file.I am using the skin-Sunset.This happened when Enable Rounded Corners is set to true(See radmenu2.jpg attached file).When Enable Rounded Corners is set to false(See radmenu3.jpg attached file) i am unable to select the first three child menu items((See radmenu4.jpg attached file) as its background gone transparent
.How can i resolve this?
0
Kate
Telerik team
answered on 29 Jun 2011, 03:44 PM
Hi deepak,

Thank you for the images and the provided explanations. I tested the scenario but I still can not get neither the appearance nor the behaviour that you encounter. Please see the video and the attached page. I would suggest that you open a support ticket and send us a runnable sample project reproducing the issue that you encounter, so we could try to help you resolve it instead of trying to reproduce it on first place. 

Best wishes,
Kate
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.

0
Accepted
Kate
Telerik team
answered on 30 Jun 2011, 04:21 PM
Hi Deepak,

Thanks for the project that you sent me in the support ticket. It was a bug of the RadMenu in the previous versions of our controls. I tested your project with the latest official version (Q1 2011) of our controls and the issue does not longer seem to appear.

All the best,
Kate
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.

0
deepak
Top achievements
Rank 2
answered on 01 Jul 2011, 05:21 AM
Hi,

Thanks for your reply.Is there any fix available to resolve my issue?
0
Accepted
Kate
Telerik team
answered on 04 Jul 2011, 08:50 AM
Hello Deepak,

I would suggest that you upgrade to the latest official version (Q1 2011) of our controls where the bug is fixed.

All the best,
Kate
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.

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