header must be X-UA-Compatible: chrome=1 or X-UA-Compatible: chrome=IE7

http://www.chromium.org/developers/how-tos/chrome-frame-getting-started

Comments

fubhy’s picture

Status: Active » Postponed (maintainer needs more info)

Yep, should be working. See here: http://drupalcode.org/project/omega.git/blob/HEAD:/includes/compatibilit...

Please paste your somewhere (pastebin, etc.) so I can take a look at what's being output. Also, a screenshot of your compatibility settings would help.

Thanks

Punk_UnDeaD’s picture

mea culpa
dont work "No Internet Explorer support" only
with other option all work fine

    $supported = omega_theme_get_setting('omega_internet_explorer_support');

    if (drupal_get_http_header('X-UA-Compatible') === NULL) {
      // Only add the header if it hasn't been added before.
      drupal_add_http_header('X-UA-Compatible', 'IE=edge,chrome=IE' . $supported);
    }

if I use "No Internet Explorer support" $supported ==''
'chrome=IE' - fale, must be 'chrome=1'

fubhy’s picture

Status: Postponed (maintainer needs more info) » Fixed

Thanks for providing me with more information. Fixed and commited: http://drupalcode.org/project/omega.git/commit/5a77b73

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.