Closed (duplicate)
Project:
Lightbox2
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Oct 2009 at 17:35 UTC
Updated:
5 Sep 2010 at 02:59 UTC
Jump to comment: Most recent file
Comments
Comment #1
pcsystemd commentedI 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
Comment #2
manuel.adanSubscribe, it's an annoying effect, since some modules depends on jquery 1.3
Comment #3
jhebel commentedI'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.
Comment #4
esolano commentedHi, 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!
Comment #5
pcsystemd commentedThank'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!
Comment #6
silurius commentedSo what's the status for the fix?
For option #2 above, I assume you're talking about stuff like this (lines #3-12 of
/lightbox2/js/lightbox2.js)?becomes
Edit: I just tested it and it appears that that is indeed the suggested change (removed all instances of "@" minus the commenting at the top).
Comment #7
silurius commentedComment #8
mfer commentedFrom the description here it sounds like lightbox2 is using some deprecated code.
Comment #9
vacilando commentedAfter upgrading to jquery_update 6.x-2.x-dev Lightbox2 6.x-1.9 started opening images in a new page rather than in an overlay. Luckily, I got it fixed by upgrading to the latest Lightbox2 dev version.
Comment #10
chaloalvarezj commentedI also got this problem fixed by upgrading to the latest dev version of lightbox2
Comment #11
anouidem. Problem solved by upgrading to lightbox2-6.x-1.x-dev.
thanks to all
Comment #12
stella commentedduplicate of #411162: Problem with 'automatic image URL re-formatting' with jQuery 1.3.x
Comment #13
lpalgarvio commentedsuggesting a commit to a 1.9.1 version to fix these issue for regular users.