Problem jquery update and lightbox2
pcsystemd - October 7, 2009 - 17:35
| Project: | jQuery Update |
| Version: | 6.x-2.x-dev |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | critical |
| Assigned: | pcsystemd |
| Status: | active |
Description
Hello,
when installing version 6.x-1.9 lightbox with version 6x-2.x-dev from jquery update that is made on the site drupal.org version jquery_update-6.x-1.1.tar but appears in drupal version 6x-2.x-dev I have a problem. Indeed I click on any links to Drupal and I have a slide that opens and I can not do anything even if I close the window and I click again on a link, the slide back. I attached the picture because I am afraid of going mad.
I'm in the latest version of the drupal 6.14.
| Attachment | Size |
|---|---|
| jquery_update-6_x-1_1_tar_gz.jpg | 9.69 KB |

#1
I applied all the patches listed http://drupal.org/node/411162 but this does not change, I always have the same problem.
An idea?
Thank you
#2
Subscribe, it's an annoying effect, since some modules depends on jquery 1.3
#3
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.
#4
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!
#5
Thank's. Is resolved go back to a previous jquery version (1.2) because to me that the hack lightbox2 is to remove all the @ did not work.
regards!