Closed (cannot reproduce)
Project:
Colorbox
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 May 2012 at 07:21 UTC
Updated:
9 Apr 2020 at 16:45 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dgtlmoon commentedSeems to only occur when jQuery 1.7 is used in combination with some other modules the require juggling of iframes or tricky handlers, issue went away when 1.5 was used
Comment #2
lsolesen commentedRelated to #1651256: Uncaught TypeError: Object # has no method 'colorbox' and #1619776: colorbox jquery errors and no longer working
Comment #3
lsolesen commentedSetting to active, as it is not a possibility for most people to revert to jQuery 1.5.
Comment #4
frjo commentedNeed a better description of when this issue pops up.
I just tested the 7-dev version of jQuery update and Colorbox seems to work with as it should with whatever version of jQuery you pick, 1.5.x/1.7.x/1.8.x.
Comment #5
thatjustin commentedPerhaps relevant: http://drupal.org/node/1651256#comment-6843614
Comment #6
WillHall commentedI had a similar issue trying to get colorbox to work with simple editor plupload and all that.
The fix for me was opening up colorbox.module and replacing libraries_load('colorbox', $variant); with drupal_add_js(libraries_get_path('colorbox') . '/jquery.colorbox-min.js');
Comment #7
WillHall commentedAlso upping to the latest -dev and patching with http://drupal.org/node/1847900#comment-6854850 resolved the same problems.
Comment #8
frjo commentedComment #10
Anonymous (not verified) commentedI was getting this error when submitting an ajax form from ajax_form_entity module.
I've fixed the error changing the plugin check on colorbox.js.
Comment #12
roynilanjan commentedModified patch , this patch is applicable for 2.4 version
Comment #13
roynilanjan commentedNeeds review the latest applied patch on version 2.4
Comment #15
neslee canil pinto