Problem lightbox2 and jquery update

pcsystemd - October 8, 2009 - 06:44
Project:Lightbox2
Version:6.x-1.9
Component:Miscellaneous
Category:bug report
Priority:critical
Assigned:pcsystemd
Status:active
Description

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

#1

jonathan.hebel - November 4, 2009 - 08:55

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

esolano - November 5, 2009 - 00:23

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!

 
 

Drupal is a registered trademark of Dries Buytaert.