The recent change to jquery_update defaults to jQuery 1.10 which seems to have lots of problems. It also breaks the update process which just goes off and spins trying to query what updates are available. Backing off to 1.8 is sufficient to make it work.

Comments

bojanz’s picture

Project: Drupal core » jQuery Update
Version: 7.26 » 7.x-2.x-dev
Component: update.module » Code

You're in the wrong issue queue.

joachim’s picture

Title: jQuery 1.10 breaks the update process » jQuery 1.10 breaks batch operations such as the update process
Priority: Normal » Major

It breaks batch API in general

markhalliwell’s picture

Category: Bug report » Support request
Priority: Major » Minor
Status: Active » Closed (works as designed)

This sounds like a jQuery version/API deprecation issue and can resolved in the 7.x-3.x branch by either:

  1. Choosing a lower jQuery version for an admin theme like Seven
  2. Enabling the jQuery Migrate plugin to handle deprecated APIs/features.