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!

CommentFileSizeAuthor
brokenviews.JPG91.95 KBcomat0se

Comments

mfer’s picture

Status: Active » Postponed (maintainer needs more info)

Drupal 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?

comat0se’s picture

I 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

comat0se’s picture

Status: Postponed (maintainer needs more info) » Active
parasolx’s picture

Yeap.. 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.

harhan’s picture

this 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.

comat0se’s picture

Interesting... I've updated to the dev release of Lightbox2 and now everything seems to be happy with the jquery 1.3.2.

Thanks!

sean_a’s picture

I disabled lightbox2 and was able to get things to work.

modctek’s picture

I 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.

nicholasthompson’s picture

I can also confirm that Lightbox2 and JQuery Update are not playing togther nicely.

modctek’s picture

One 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*

markus_petrux’s picture

Project: jQuery Update » Lightbox2
Version: 6.x-2.x-dev » 6.x-1.x-dev

Since everyone seems to agree this is a lightbox2 related issue, transferring to the proper queue.

stella’s picture

Status: Active » Closed (duplicate)