Problem/Motivation

EI crashes when jQuery Update is used and the version is above 1.8. This is due to the .live method used in environment_indicator.js located in the indicatorSwitcher method.

Proposed resolution

Since the the event listened for in the code is a click event, and the click method has been part of jQuery since 1.0, switching the .live method calls to .click calls shouldn't be an issue.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

nielsonm’s picture

bocaj’s picture

Status: Active » Reviewed & tested by the community

Worked find in my tests!

e0ipso’s picture

Status: Reviewed & tested by the community » Fixed

Merged to 7.x-2.x-dev. Thanks for contributing!

  • Commit 1f09633 on 7.x-2.x authored by nielsonm, committed by e0ipso:
    Issue #2246621 by nielsonm: Degrade jQuery calls to enhance...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.