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 »
  • Upgrading CiviCRM (Moderator: Deepak Srivastava) »
  • Upgrade to 3.3.5 causes IE8 problem
Pages: [1]

Author Topic: Upgrade to 3.3.5 causes IE8 problem  (Read 1788 times)

circlebails

  • I post occasionally
  • **
  • Posts: 42
  • Karma: 0
  • CiviCRM version: 4.1.X 4.2.X
  • CMS version: Drupal-6.X / Drupal-7.X
  • MySQL version: 5.1
  • PHP version: 5.2.16/17, 5.3
Upgrade to 3.3.5 causes IE8 problem
February 28, 2011, 02:08:55 am
Hi after upgrading to 3.3.5 we've have experienced a couple of sites that show the following problems on editing a contact in IE8.

"Stop running this script, a script on this page is causing internet explorer to run slowly.  If it continues to run, your computer might become unresponsive"

I've tracked it down to this:

'undefined' is null or not an object.
jquery.FormNavigate.js           Line31
Code:0                                       Char:49
URI:http://**************/sites/all/modules/civicrm/packages/jquery/plugins/jqueryFormNavigate.js

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: Upgrade to 3.3.5 causes IE8 problem
February 28, 2011, 07:14:06 am
When do you get this error? Any specific page?

Kurund
Found this reply helpful? Support CiviCRM

circlebails

  • I post occasionally
  • **
  • Posts: 42
  • Karma: 0
  • CiviCRM version: 4.1.X 4.2.X
  • CMS version: Drupal-6.X / Drupal-7.X
  • MySQL version: 5.1
  • PHP version: 5.2.16/17, 5.3
Re: Upgrade to 3.3.5 causes IE8 problem
February 28, 2011, 07:26:48 am
On the edit screen of contacts.

gibsonoliver

  • I post occasionally
  • **
  • Posts: 65
  • Karma: 2
    • Northbridge Digital
Re: Upgrade to 3.3.5 causes IE8 problem
March 16, 2011, 05:15:47 am
Hi

As Bails sayid, the error is occuring in IE8 on all edit  /create new Contact pages.
As far as I can see the problem lies with (in Bold below).

jQuery 1.2.6 - New Wave Javascript

Line: 6290
Error: 'undefined' is null or not an object

var global_formNavigate = true;      // Js Global Variable for onChange Flag
(function($){
    $.fn.FormNavigate = function(message) {
        window.onbeforeunload = confirmExit; 
        function confirmExit( event ) { 
            if (global_formNavigate == true) {  event.cancelBubble = true;  }  else  { return message;  }
        }
        $(this+ ":input[type=text], :input[type='textarea'], :input[type='password'], :input[type='radio'], :input[type='checkbox'], :input[type='file'], select").change(function(){
            global_formNavigate = false;
        });
      //to handle back button
      $(this+ ":input[type='textarea']").keyup(function(){
         global_formNavigate = false;
      });
        $(this+ ":submit").click(function(){
            global_formNavigate = true;
        });
        $(".token-input-list-facebook").bind( "DOMNodeRemoved DOMNodeInserted", function(){
            global_formNavigate = false;
        });
    }
Oliver Gibson, Northbridge Digital

circlebails

  • I post occasionally
  • **
  • Posts: 42
  • Karma: 0
  • CiviCRM version: 4.1.X 4.2.X
  • CMS version: Drupal-6.X / Drupal-7.X
  • MySQL version: 5.1
  • PHP version: 5.2.16/17, 5.3
Re: Upgrade to 3.3.5 causes IE8 problem
April 06, 2011, 02:14:58 am
Hi I'm still seeing the same problem after upgrading the 2 sites that show this behaviour to 3.3.6.  It seems to be related to having WYSIWYG on textareas on the contact edit form as switching to "WYSIWYG Editor = textarea" solves the problem. However that isn't really an possibility as both sites are heavy users of WYSIWYG in CiviMail.

mattgibson

  • I’m new here
  • *
  • Posts: 2
  • Karma: 0
    • University of London Computer Centre
  • CiviCRM version: 3.3.5
  • CMS version: Drupal 6
  • MySQL version: 5.0.77
  • PHP version: 5.3.1
Re: Upgrade to 3.3.5 causes IE8 problem
July 13, 2011, 07:16:11 am
I've just run into this too. Was it fixed, or is it in the tracker?

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: Upgrade to 3.3.5 causes IE8 problem
August 04, 2011, 12:15:17 am
We have upgraded jquery package. So I hope it would have been fixed.

Kurund
Found this reply helpful? Support CiviCRM

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Upgrading CiviCRM (Moderator: Deepak Srivastava) »
  • Upgrade to 3.3.5 causes IE8 problem

This forum was archived on 2017-11-26.