Closed (fixed)
Project:
Thickbox
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Sep 2008 at 18:00 UTC
Updated:
17 Jan 2009 at 11:20 UTC
ok. thats probably wired. I'm using thickbox with imagecache and views. On the views is ajax enabled, means, when I navigate to the next side in the pager the page load is done using ajax. Whenever I do that Thickbox stops working. The images are loaded normal...
Comments
Comment #1
CCM_SNIPER commentedAgree. thickbox dont work
Comment #2
frjo commentedAre you using the image module for images?
If yes then this problem doesn’t surprise me. Thickbox support for the image module is based on a JavaScript that adds the "thickbox" class on page load.
I don't use the image module my self so I rely on user contributed patches for all functions related to it.
Comment #3
sovietfunk commentedI have roughly the same configuration as you, Views-6.x-2.2 / Image-6.x-1.x-dev / Thickbox-6.x-1.1. But thickbox works just fine on my ajax views. You should look at your browsers script error console, and also try disabling other jquery-dependent modules. I've had problems like yours before and quite often the culprit has been benchmarking or theming functions in Devel-module. I have also been able to work around by inserting a TB_init at the end of the culprit script.
Comment #4
nchase commentedthank you. In the latest dev everythings fine!
Comment #5
frjo commented