Closed (won't fix)
Project:
Omega
Version:
7.x-3.0-rc3
Component:
Code
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Aug 2011 at 17:04 UTC
Updated:
30 Jan 2012 at 19:05 UTC
Jump to comment: Most recent file
Comments
Comment #1
fubhy commentedDoes that also appear with debugging turned off?
Comment #2
Ari Gold commentedNo, it only appears with debugging and the responsive grid enabled.
In case it is helpful, here's an excerpt from the page source that includes the */-->
Comment #3
fubhy commentedOkay, If its not appearing when debugging is turned off. Then I really don't care :P. This bug is not caused by Omega actually. Well ... We use drupal_add_css with a browsers() definition that generates Browser Conditional tags in the DOM (Drupal Core generates those). So I can't really do anything about how they look. Use a different Browser! :P
Since this won't happen on a live site (because you won't have grid debugging turned on) this is not an Issue (for now). I might dig into this for a Drupal Core patch someday but I believe its really the browsers fault as the DOM looks fine.
Comment #4
meichr commentedYes, I can confirm arielqgolds findings.
The problem disappears when grid is switched off, debug can stay on.
I've attached screenshots of the debug settings and the result for both settings.
Christian.
PS:
Drupal 7.7
Firefox 3.6.18 and 3.6.19 tested the same.
Comment #5
meichr commentedSorry, changed state.
Thanks for looking into it and the tip of grid off letting it disappear.
Christian.
Comment #6
meichr commentedJust an addition for the record, should anyone look into a browser patch eventually:
I found a similar effect at the exact same circumstances with the Webkit 3.1 browser on an HTC Desire with Android 2.2., though much more text is added, when grid debug is on:
*/.alpha-grid-debug .container-12{background-image:url(http://www.friendcircle-worldhelp.com/sites/all/themes/omega/alpha/css/g...);}/**/-->
Thanks for your hard work on the theme,
Christian.
Comment #7
bibo commentedI also encountered this small bug, which is a bit annoying, but I guess I'll just leave it if standard users don't ever see it.
Comment #8
fortKnox commentedTheme displays Character string */--> in Firefox 3.6.25 (*I can't upgrad to the newer firefox).
arielqgold : it 'still' appears with debugging and the responsive grid enabled/disabled. Also, I looked at the images and noticed that I don't even have the top/main header navigational menu (I'm a newbie to drupal as well, but had it initially installed on my local machine for testing and it worked fine until I tried running omega.
This is a fresh install with firefox 3.6.25, drupal-7 and omega-7.x-3.x. Finally, the machine that I am working on is a Mac OS X version 10.5.8 (Leopard), which I plan on using for this [2012] year (unless I can get the current machine to purchase).
Can someone point me in the right direction to get this up and running? I'd love to be able to use this awesome theme.
Thanks guys!
PS: The missing top/main header navagational menu I'm referring to is attached [image file].
Comment #9
fortKnox commentedit 'still' appears with debugging and the responsive grid enabled/disabled. Also, I looked at the images and noticed that I don't even have the top/main header navigational menu (I'm a newbie to drupal as well, but had it initially installed on my local machine for testing and it worked fine until I tried running omega.
Please see my full response #8, below.
Thanks!
Comment #10
fubhy commentedAs I said. Its a core Issue.