Closed (fixed)
Project:
Mojo
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 May 2012 at 05:49 UTC
Updated:
23 Jun 2012 at 16:21 UTC
Hello,
My main-menu shows up fine in all browsers except IE7, and possibly IE8. It comes up completely blank, and I see no sign of it in the DOM.
The mobile drop-down menu also does not show, so I am left with no main navigation in IE7.
I've tried every combination of settings, moving the scripts to the footer or header. Also making use of respond.js.
Appreciate any insights.
thank you!
Comments
Comment #1
rovoUpdate:
If I disable the Respond.js module, then I at least get mobile drop-down menu for the main navigation. Problem with that, is now there is only the mobile layout showing for IE.
Comment #2
rovoCould not find a fix for this. Ended up disabling the menus in the Theme Settings, and making use of the Nice Menu module.
Comment #3
dcmouyard commentedI'll take a look at it next week. There will definitely be a fix for IE7.
Comment #4
dcmouyard commentedThis has been fixed in 7.x-2.x. http://drupalcode.org/project/mojo.git/commit/c94ce40
IE7 was choking on the
if (matchMedia)statement instead of skipping to theelsestatement.