Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
959
WebDataMenu - DataMenuItem not visible but shows in view source - IE6,7,8
posted

I've got a user on IE6 reporting they cannot see all their vertical menu items: only the first. It is specific to that workstation so it has not been a big concern. When they "view source" all menus/items are in the HTML. This had occured on 2 other machines (both IE7) a few months back but they ended up rebuilding hte machines (complete OS re-install). I had personally seen an issue with only the last menu not being visible (when it was an odd number 3rd, 5th, 7th, etc) in a previous release so I setup a sample project with 11.2.20112.2159 to test. On my DEV machine (XP3 w/IE8) I have 2 menu items defined in code-behind and I'm only seeing the 1st; however, all items appear in "view source". When I add a 3rd menu I see the first two but not the 3rd. By not setting the width of the menu, you can see it is "longer" to support the extra item you cannot see. My menu is setup in Site.Master and I have the IE7ZIndexAdjust fix in place to ensure the menu appears in front of controls on child pages. I've attached the sample solution. Any help would be appreciated.

MenuTest.zip