Register
Login
 

Support House of Nuke

  

 House of Nuke Forums  
Subject: HouseMenu displays "false" in IE6
Prev Next
You are not authorized to post a reply.

Author Messages
Chris PetersonUser is Offline
Novice
Novice
Posts:2

02/22/2008 5:39 PM Alert 

We're running into a problem on some of our sites where the House Menu is actually displaying "false" above the pages in a submenu.  Has anyone actually seen this before or know what's causing it so I can fix it?!  I can provide a URL if you need to be able to see it, without the source code I can't really debug this too easily.  I'm using DNN 4.5.3 and this issue only seems to be occurring in IE6.

Randall BoothUser is Offline
Novice
Novice
Posts:4

03/10/2008 11:41 AM Alert 

I'm getting this in IE7, but I can't reliably recreate the problem, so I don't know why it is happening. If I refresh, the menu will usually display correctly. I'm using DNN version 4.7. Granted, this does not take care of the issue. If anyone knows why this happens and how to fix it, I'd be very appreciative of a solution. Thanks.

Meme KoUser is Offline
Novice
Novice
Posts:2

03/11/2008 7:27 AM Alert 
It happens also to me!
Using DNN version 04.08.00.
Any clue about why is this happening?
matthew thompsonUser is Offline
Novice
Novice
Posts:12

03/19/2008 10:07 AM Alert 

There is a javascript error coming up. In the debugger there is a function that calls a line.

var ieULs = oMenu.getElementsByTagName('ul') that is returning a null thusly IE is thinking there are no ul to render yet there are uls to render. Its weird though cause in my installation it only happens on one page. Rest of my pages is fine, wonder if there is a nick nak issue were DNN doesnt render an object correctly or such.

matthew thompsonUser is Offline
Novice
Novice
Posts:12

03/19/2008 10:16 AM Alert 

ok not sure if this will resolve, but make sure you go back and check all the syntax in your skin.html / ascx file. I had missed a closing > for my div tag before my [housemenu] token. The skin parser didn't throw an error and the skin still works in firefox, netscape, opera, but IE really just didnt care for that missing > for the div. I made the correction and resolved my issue.

 

Tim RolandsUser is Offline
Your Host
Professional
Professional
Posts:97


03/19/2008 3:04 PM Alert 

Also be sure that the value of the "CssElementId" property matches the id you use for the menu in your CSS.

Tim


avastonetechnologies.com
writergear.com
timrolands.com
matthew thompsonUser is Offline
Novice
Novice
Posts:12

03/25/2008 11:00 AM Alert 

I found that 1.4.1 beta version of house of nuke wants to create an IFrame in IE for some reason. I installed 1.3.1 house menu and it resolved the issue, but now my links doesn't seem to work in my standalone IE 6.0 install but it might have to do with sp issues. Not sure though, jus twish people would all move to IE7, but if your having this issue in IE7, downloand and install housemenu version 1.3.1 and it should resolve the issue.

 

matthew thompsonUser is Offline
Novice
Novice
Posts:12

03/26/2008 7:45 AM Alert 

Ok have more insight. Version 1.4.1 creates the false break in the menu if you use Dynamic Mode while in Vertical align. Changing to Static removes the invalid Iframe call and allows the menu to render in IE.

 

Leo StaalmanUser is Offline
Novice
Novice
Posts:1

07/07/2008 3:00 PM Alert 

Thanks a lot. I had the same problem. So in your skin.xml always use something like this:

   
        [HOUSEMENU]
       

8<

           
                Orientation
                V
           

           
                Mode
                S
           

       
   

You are not authorized to post a reply.
Forums > House Modules > HouseMenu 1.x > HouseMenu displays "false" in IE6



ActiveForums 3.6
  

Terms Of Use  |  Privacy Statement
Copyright © 2006-2008 by Avastone Technologies. All rights reserved.