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

iframe breaks the RadMenu

3 Answers 110 Views
Menu
This is a migrated thread and some comments may be shown as answers.
jorge
Top achievements
Rank 1
jorge asked on 02 Feb 2008, 12:33 AM
Placing any iFrame on the same page as a RadMenu will make it display only the top level and make it inoperable.  To replicate insert an iFrame (even empty one) on any of the examples.

3 Answers, 1 is accepted

Sort by
0
T. Tsonev
Telerik team
answered on 04 Feb 2008, 09:18 AM
Hello jorge,

Placing an iframe on the page cannot break RadMenu. What can break RadMenu is incorrect markup. A common mistake with the iframe element is to treat it as self-closing. Many browsers refuse to parse any markup after such incorrect iframe tag and this might cause all kinds of problems. It certainly can prevent RadMenu from operating correctly. Can you confirm that your iframe tags are close correctly?

<iframe /> <!-- Incorrect --> 
<iframe></iframe<!-- Correct --> 


Sincerely yours,
Tsvetomir Tsonev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
jorge
Top achievements
Rank 1
answered on 04 Feb 2008, 03:30 PM
Tsvetomir,

You are correct.  I had the wrong markup.  Properly closing the iframe tag did the trick.  Thanks.

Jorge
0
Susan
Top achievements
Rank 1
answered on 30 Jan 2014, 03:40 PM
I have the correct iframe markup and it's still not working.
Tags
Menu
Asked by
jorge
Top achievements
Rank 1
Answers by
T. Tsonev
Telerik team
jorge
Top achievements
Rank 1
Susan
Top achievements
Rank 1
Share this question
or