Download & Extend

Problem lightbox2 and jquery update

Project:Lightbox2
Version:6.x-1.9
Component:Miscellaneous
Category:bug report
Priority:critical
Assigned:pcsystemd
Status:closed (duplicate)

Issue Summary

Hello,

I have a compatibility problem with Jquery update despite patches.

For explanation of my problem and images http://drupal.org/node/598356

An idea?

Thank you

Comments

#1

I'm having the same problem. With Jquery Update 6.x-2.x-dev and lightbox box 6.x 1.9 ALL links on a page are given the class "lightbox-processed".

For now what seems to be working for me is to use Lightbox 6.x-1.x-dev version instead of the official release.

#2

Hi, this is due to a deprecated selector type in jquery 1.3. See this tread: http://drupal.org/node/623738
Basically you need to do one of the following things:

  1. go back to a previous jquery version (1.2)
  2. or, hack the lightbox2 module yourself (not recommend) to remove all '@' on the selectors; this on the .js files..
  3. or, create and publish a patch that does what option 2 says
  4. or, wait until somebody else fixes the issue

Regards!

#3

Status:active» closed (duplicate)

duplicate of #411162: Problem with 'automatic image URL re-formatting' with jQuery 1.3.x

nobody click here