Closed (duplicate)
Project:
Colorbox Node
Version:
7.x-2.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jan 2013 at 15:25 UTC
Updated:
23 Jan 2013 at 15:35 UTC
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
Comment #1
gigabates commentedOops, 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.