I receive some js errors after jQuery upgrade to v1.7 using jquery_update module.
This is happening when I click "Save" button of the IPE.

Error is: cannot call methods on sortable prior to initialization; attempted to call method 'destroy'

Comments

boyan.borisov’s picture

Status: Active » Needs review
StatusFileSize
new542 bytes

Adding a patch

japerry’s picture

Status: Needs review » Fixed

Regression tests pass for stock jQuery, I presume this is better than what is currently in jQuery 1.7. Committing.

Fixed!
http://drupalcode.org/project/panels.git/commit/a879ecc

Status: Fixed » Closed (fixed)

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

  • Commit a879ecc on 7.x-3.x, 8.x-3.x authored by boyan.borisov, committed by japerry:
    Issue #2184589 by boyan.borisov: Remove JS errors when saving IPE and...