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) »
  • CSS-related issues on IE?
Pages: [1]

Author Topic: CSS-related issues on IE?  (Read 1034 times)

pbarmak

  • I post occasionally
  • **
  • Posts: 111
  • Karma: 3
  • CiviCRM version: 3.3.5
  • CMS version: Pressflow 6.19
  • MySQL version: 5.1
  • PHP version: 5.2.10
CSS-related issues on IE?
December 10, 2010, 04:27:46 pm
I just set up a new Civi installations (new box, tried using a copy from another site and also tried a fresh install, same results).  I'm getting a very odd layout using IE, but everything looks fine in Firefox.  I can't figure out if it's a CSS issue or what is going on.  Attached is a screenshot.  Any pointers to where it could be?  I tried disabling the drupal caching completely, removed files under default/files/civicrm/templates_c, truncated cache tables, and checked resource URLs - everything I could think of.  But I must be missing something, as things all look good on our other server.

Any pointers would be appreciated, thanks.

xavier

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4453
  • Karma: 161
    • Tech To The People
  • CiviCRM version: yes probably
  • CMS version: drupal
Re: CSS-related issues on IE?
December 11, 2010, 03:25:59 am
Have you tried on sandbox.civicrm.org ?

Might be some clash between the theme you are using and civicrm.

X+
-Hackathon and data journalism about the European parliament 24-26 jan. Watch out the result

pbarmak

  • I post occasionally
  • **
  • Posts: 111
  • Karma: 3
  • CiviCRM version: 3.3.5
  • CMS version: Pressflow 6.19
  • MySQL version: 5.1
  • PHP version: 5.2.10
Re: CSS-related issues on IE?
December 11, 2010, 08:43:45 am
Hey there, yeah, I've tried sandbox and, like I said, I don't even see the issue on my production box.  I've completely copied my full web folder and imported the databases from production, and I'm still seeing it.  I also tried several different themes, and it happens on all of them, so I don't think it's drupal theme related.  I just can't figure out where this might be coming from.  Very strange ...

xavier

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4453
  • Karma: 161
    • Tech To The People
  • CiviCRM version: yes probably
  • CMS version: drupal
Re: CSS-related issues on IE?
December 11, 2010, 11:40:39 am
Check on firebug if by any chance there is something that doesn't load.

Otherwise, ie doesn't load more than 32 css (insert rants here). Might be that you got more?

X+
-Hackathon and data journalism about the European parliament 24-26 jan. Watch out the result

pbarmak

  • I post occasionally
  • **
  • Posts: 111
  • Karma: 3
  • CiviCRM version: 3.3.5
  • CMS version: Pressflow 6.19
  • MySQL version: 5.1
  • PHP version: 5.2.10
Re: CSS-related issues on IE?
December 13, 2010, 10:30:51 am
Hey all,
In case it helps others, I think I found the issue.  It is due to an extra quotation mark in line 39 of templates/Contact/Form/ActionButtons.tpl.  The old line looks like this:
Code: [Select]
<a class="print" title="{ts}Printer-friendly view of this page.{/ts}" href='{crmURL p='civicrm/contact/view/print' q="reset=1&print=1&cid=$contactId"}'">

There is an extra double-quote at the end of the line, right before the end bracket.  Removing that fixes my issue.  Fixed line:
Code: [Select]
<a class="print" title="{ts}Printer-friendly view of this page.{/ts}" href='{crmURL p='civicrm/contact/view/print' q="reset=1&print=1&cid=$contactId"}'>


I don't know why this just shows up on my new box, maybe something related to how the template code shows up on different URLs or something ... either way, it seems to be a minor bug, so I'll post a jira to clean it up.

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: CSS-related issues on IE?
December 13, 2010, 11:25:04 am
Paul - I filed issue and fixed. Thx for reporting this:
http://issues.civicrm.org/jira/browse/CRM-7211
Protect your investment in CiviCRM by  becoming a Member!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • CSS-related issues on IE?

This forum was archived on 2017-11-26.