CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • Tabs Missing when using Internet Explorer 8 (IE8)
Pages: 1 [2]

Author Topic: Tabs Missing when using Internet Explorer 8 (IE8)  (Read 11924 times)

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Tabs Missing when using Internet Explorer 8 (IE8)
September 06, 2009, 08:03:11 pm

drupal/civicrm.module

it has been changed to IE=7 for the next release of 2.2.x

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Martin Fuggle

  • I post frequently
  • ***
  • Posts: 172
  • Karma: 3
    • Travel and Photography
  • CiviCRM version: 4.2.x, 4.3.x, 4.4.x, 4.5.x
  • CMS version: Drupal 6.x and 7.x
  • MySQL version: 5.1.36-cll
  • PHP version: 5.3.6
Re: Tabs Missing when using Internet Explorer 8 (IE8)
September 06, 2009, 08:50:11 pm
Thanks for the response.  I was confused - I looked at the drupal/civicrm.module file only to find that in 2.2.8 it is already set to IE=7.  What was happening is that Drupal (Litejazz theme) was overriding the value to IE=8.  When I changed this in the Drupal theme's page.tpl.php file the problem was resolved.

Many thanks
Martin Fuggle
« Last Edit: September 08, 2009, 02:01:42 am by mfuggle »

Chris Burgess

  • Ask me questions
  • ****
  • Posts: 675
  • Karma: 59
Re: Tabs Missing when using Internet Explorer 8 (IE8)
September 09, 2009, 04:26:58 am
grep is your friend

Code: [Select]
chris@kaki:/path/to/civicrm$ grep -ri "X-UA-Compatible" .
./drupal/civicrm.module:        $head .= "<meta http-equiv=\"X-UA-Compatible\" content=\"IE=7\" />";
./templates/CRM/common/joomla.tpl:<meta http-equiv="X-UA-Compatible" content="IE=7" />
./templates/CRM/common/standalone.tpl:<meta http-equiv="X-UA-Compatible" content="IE=7" />

Which is to say that the setting is stored in the files mentioned above, and appears on my 2.2.8 to be set correctly to IE=7. Perhaps some other module or feature is also setting it to IE=8?

Update - Oh, I hadn't seen that Donald had already responded to your message - missed the link to page 2 on the forum thread and the email notification had only shown your message.
« Last Edit: September 09, 2009, 04:29:46 am by xurizaemon »
@xurizaemon ● www.fuzion.co.nz

Pages: 1 [2]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • Tabs Missing when using Internet Explorer 8 (IE8)

This forum was archived on 2017-11-26.