Closed (duplicate)
Project:
Lightbox2
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Apr 2010 at 23:05 UTC
Updated:
7 Jun 2010 at 14:06 UTC
I'm not quite sure what's going on but when I update to jquery_update 6.x-2.x-dev it breaks the admin_menu so it doesn't display at all and the views ui is broken so that all the different displays are shown sequentially rather than having them appear when you select Page, Block, etc. I've tried removing the module altogether and both work just fine, and jquery_update 6.x-1.1 (1.2.6) works fine.
Using the admin_menu 3.0-dev and the views 6.x-2.12 release
Thanks!
| Comment | File | Size | Author |
|---|---|---|---|
| brokenviews.JPG | 91.95 KB | comat0se |
Comments
Comment #1
mfer commentedDrupal ships with jQuery 1.2.6 so the 1.1 version of jquery update should not have any problems.
If the admin_menu module is disabled does views still have a problem? I ask because if JavaScript breaks in an unrecoverable way from admin_menu other JS in the page won't work and problems can arise like what you see with Views.
Are there any errors being sent by the browser?
Comment #2
comat0se commentedI disabled the admin_menu but I'm still having the same problems with views unfortunately.
In Firefox's error console I get "Error: uncaught exception: Syntax error, unrecognized expression: )"
in Chrome's I get "Uncaught Syntax error, unrecognized expression: )" in jquery_update/replace/jquery.min.js line 19
Thanks for your help
Comment #3
comat0se commentedComment #4
parasolx commentedYeap.. i also facing the same problem.
I have Shoutbox module which run with ajax when user submit any shouts. Updating to V2 breaks the ajax. Everytime user submit shout, the page will refresh.
Besides, i also used external javascript (custom script) for rotator effect. Updating to V2 also breaks this rotator from being function.
Comment #5
harhan commentedthis part of jquery.js give this error
1579 Sizzle.filter = function(expr, set, inplace, not){
1639 // Improper expression
if ( expr == old ) {
if ( anyFound == null ) {
throw "Syntax error, unrecognized expression: " + expr;
} else {
break;
}
}
UPD: all be OK when Lighbox2 6.x-1.9 disabled.
Comment #6
comat0se commentedInteresting... I've updated to the dev release of Lightbox2 and now everything seems to be happy with the jquery 1.3.2.
Thanks!
Comment #7
sean_a commentedI disabled lightbox2 and was able to get things to work.
Comment #8
modctek commentedI can confirm that this dev version of jquery update and the latest dev version of Lightbox2 (6.x-1.x-dev) do not work together. Most notably, I've lost all "twisties", even in Garland.
Comment #9
nicholasthompsonI can also confirm that Lightbox2 and JQuery Update are not playing togther nicely.
Comment #10
modctek commentedOne thing to note in the ensuing chaos of jquery versions: I am also using WYSIWYG Image Uploader, which requires jquery_update and jquery_ui PLUS some tweaking of the included jquery_ui library #694632: How to install jquery_ui with jquery_ui 1.7.x. That last bit was the missing piece of the puzzle, as I had an older version of the library (1.6) and updating it to 1.7 fixed my jquery issues. Granted, I'm using DEV versions anywhere one is available, but everything seems to be working with Lightbox2. *crossing fingers*
Comment #11
markus_petrux commentedSince everyone seems to agree this is a lightbox2 related issue, transferring to the proper queue.
Comment #12
stella commentedduplicate of #411162: Problem with 'automatic image URL re-formatting' with jQuery 1.3.x