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 »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • contribution form and IE 7 not playing nice - jquery
Pages: [1]

Author Topic: contribution form and IE 7 not playing nice - jquery  (Read 856 times)

rimu

  • I’m new here
  • *
  • Posts: 14
  • Karma: 0
  • CiviCRM version: 3.4.8
  • CMS version: Drupal 6
contribution form and IE 7 not playing nice - jquery
August 18, 2009, 05:07:11 pm
Hi all

I have a contribution form at http://www3.greens.org.nz/donate which looks fine on every browser except IE 7 (IE 8 is ok, as is gecko and webkit based browsers).

After much experimentation I discovered that removing these 4 lines from <head> solves the problem

Code: [Select]
<script type="text/javascript" src="/sites/all/modules/civicrm/packages/jquery/plugins/flexigrid.js"></script>
<style type="text/css">@import url(/sites/all/modules/civicrm/packages/jquery/css/flexigrid.css);</style>

<script type="text/javascript" src="/sites/all/modules/civicrm/packages/jquery/plugins/jquery.autocomplete.js"></script>
<style type="text/css">@import url(/sites/all/modules/civicrm/packages/jquery/css/jquery.autocomplete.css);</style>

You can view an example with those 4 lines removed at http://www3.greens.org.nz/test2.html

If I just remove flexigrid or autocomplete the problem returns. It's only if I remove *both* that the problem goes away.

There is some special interaction between those two jquery plugins and my theme. The problem doesn't happen when I use the garland theme.

Has anyone else encountered this problem?? How can I disable the use of those two jquery modules on contribution forms?

Thanks!  ;D ;D

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • contribution form and IE 7 not playing nice - jquery

This forum was archived on 2017-11-26.