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) »
  • More javascript problems in 3.2.2 [SOLVED]
Pages: [1]

Author Topic: More javascript problems in 3.2.2 [SOLVED]  (Read 688 times)

bcobin

  • I post frequently
  • ***
  • Posts: 337
  • Karma: 9
    • InterCreative Media
  • CiviCRM version: 4.3.3
  • CMS version: Drupal 7.22
  • MySQL version: 5.5.9
  • PHP version: 5.3
More javascript problems in 3.2.2 [SOLVED]
August 25, 2010, 02:27:58 pm
The collapsible table headers aren't working - to get a usable screen for, Say, Step 3 when you're creating a mailing, the only way to do it is by clicking on the print icon on the upper right, which will bring you to a usable screen.

This is in Garland (using CiviTheme) - CSS or JS compression doesn't matter here.

Gotta run - will check in later...
« Last Edit: August 25, 2010, 06:12:37 pm by bcobin »

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: More javascript problems in 3.2.2
August 25, 2010, 02:29:19 pm
Can you replicate on http://drupal.demo.civicrm.org?

Kurund
Found this reply helpful? Support CiviCRM

bcobin

  • I post frequently
  • ***
  • Posts: 337
  • Karma: 9
    • InterCreative Media
  • CiviCRM version: 4.3.3
  • CMS version: Drupal 7.22
  • MySQL version: 5.5.9
  • PHP version: 5.3
Re: More javascript problems in 3.2.2
August 25, 2010, 02:32:35 pm
The demo site works - could this be something that was introduced in the upgrade? (See earlier post on js error.)

Gotta run - thanks, Kurund!

bcobin

  • I post frequently
  • ***
  • Posts: 337
  • Karma: 9
    • InterCreative Media
  • CiviCRM version: 4.3.3
  • CMS version: Drupal 7.22
  • MySQL version: 5.5.9
  • PHP version: 5.3
Re: More javascript problems in 3.2.2
August 25, 2010, 06:12:06 pm
Found it. The culprit was text_resize and the solution is posted here:

http://drupal.org/node/728412

To cut to the chase, here it is:

You can get it working by changing line 4 of modules/text_resize/text_resize.js from

Code: [Select]
$(document).ready(function() {
to

Code: [Select]
$(document).ready(function($) {
I should have done more digging before I posted this (javascript errors were present in the console), but I was in a rush to get to Fedex! There seems to be a similar problem with superfish, which is amply documented elsewhere.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • More javascript problems in 3.2.2 [SOLVED]

This forum was archived on 2017-11-26.