On all Omega pages the environments listed below, a closing comment tag */--> from a conditional statement is visible above all the content. See screenshot below. Seems to be generated by the following code in the browser source <head>. Not sure which file is generating it.

<!--[if (lt IE 9)&(!IEMobile)]>
<style type="text/css" media="all">
<!--/*--><![CDATA[/*><!--*/
.alpha-grid-debug .container-12{background-image:url(http://***.com/sites/all/themes/omega/alpha/css/grid/alpha_default/normal/alpha-default-normal-12.png);}
.alpha-grid-debug .container-24{background-image:url(http://***.com/sites/all/themes/omega/alpha/css/grid/alpha_default/normal/alpha-default-normal-24.png);}

/*]]>*/-->
</style>
<![endif]>

Issue generated in Firefox 3.6.23 & 3.6.24 under Mac OSX 10.5.8 on a Powerbook G4 (PPC). Note this is the highest upgrade possible for PPC Macs. The issue was also generated in Firefox 3.6.8 under OSX 10.6.8 on a MacBook (Intel) before I upgraded it to Firefox 8.0.

The issue was not generated on Safari 5.0.6 on the PBG4 or Safari 5.1.1 on the MB.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

drew reece’s picture

I'm seeing the same on Firefox 3.6.24 on Intel Mac OS 10.6.8. It appears when using debug mode to view the grid…

Removing the print $styles; from html.tpl.php removes the artefact. It does show up with javascript disabled, so I don't think it is the omega-mediaqueries.js Caching the css & js has no affect.

I think it is the

alpha_grid_debug()

function on line 390 of omega/alpha/alpha.inc where the style is created, but it is unclear to me what needs to change.

I'm attaching an image of the broken markup.

FiNeX’s picture

This bug looks similar to http://drupal.org/node/1325874

marcoka’s picture

Assigned: Unassigned » himerus
Cellar Door’s picture

Status: Active » Closed (fixed)

I believe this is fixed, if not please bring it back and let us know

datarazor’s picture

Status: Closed (fixed) » Needs review
FileSize
4.36 KB

Just updated to omega 7.x-3.x-dev as of March 20th 2012 and I still get the annoying close-comment at the top of the page.

I see this when on Windows firefox 3.6.13 (version from 2010).

not the latest firefox, I know. but it shouldn't show this comment-closure on any browser (?).

the problem is gone in windows firefox version 12.

if omega doesn't support firefox 3.6.13 or older, then i suppose my comment can be ignored and re-closed.

thanks!