Closed (won't fix)
Project:
Uniform
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Jun 2010 at 03:20 UTC
Updated:
21 Jun 2010 at 12:57 UTC
After enabling this module on one of my sites with Lightbox 2 installed, every single link on the site became lightbox-enabled, meaning every link I clicked popped open a lightbox rather than going to a new page. I had to disable lightbox to allow this module to do its magic.
The problem might result from the jQuery Update + this module, too...
Comments
Comment #1
nareshkosgi commentedI have a very similar issue, one thing that worked on the local site but not not when I moved it to the production server is going to the lightbox.js file in lightbox2 module and finding all the "[@" in the code and replacing it with "[".
In the production site I just went to lightbox2 site configurations and told the module not to include lightbox2 on certain pages that I had the jQuery update js files loaded. Not perfect but a work around that worked for me.
Hope it helps and let me know if you found a permanent solution for the problem as I am still searching for it.
Comment #2
realityloop commentedThis appears to be caused by jQuery Update, you can confirm this is not a Uniform issue by disabling uniform.
The issue still occurs, if you then disable jQuery Update the issue goes away.
There is an issue about it in Lightbox 2's issue queue:
http://drupal.org/node/598356
#11 http://drupal.org/node/598356#comment-2830432
States it can be resolved by updating to lightbox2-6.x-1.x-dev
I have tested and confirmed updating lightbox resolves the issue.
Comment #3
geerlingguy commentedThanks!