Since upgrading to the latest colorbox module (7.x-2.2) and plugin (1.3.23) node content is no longer loaded. It remains stuck on the progress icon and an empty box.

The problem appears to be with the inline JS that's inserted by the AJAX callback which opens the content loaded into #cboxNode.

Changing:
$.fn.colorbox($.extend({}, Drupal.settings.colorbox, params));
to:
$.colorbox($.extend({}, Drupal.settings.colorbox, params));
seems to fix the problem.

Comments

gigabates’s picture

Status: Active » Closed (duplicate)

Oops, just noticed this is fixed in the dev version. I thought I'd tried this. Would be a good to have a release that works with current versions of dependancies though.