Views UI gets broken and its ajax features do not work if I install jquery-cdn modules, which loads jquery from google cdn or other cdns.
I use the proposed versions for drupal 7.0
jquery 1.4.4
jquery ui 1.8.7.
the module give a choice of ui themes, if that matters.

I would appreciate if someone could reproduce the problem and check what happens.

thanks

Comments

dawehner’s picture

Project: Views (for Drupal 7) » jQuery CDN
Version: 7.x-3.x-dev » 7.x-1.0

Let's move this to jquery-cdn because this seems to be a bug of this module.

Views supports by definition the version supported in core.

Anonymous’s picture

Assigned: Unassigned »
Priority: Major » Minor
Status: Active » Postponed (maintainer needs more info)

I'm not familiar with Views. I need a "steps to reproduce" example.

I'm tempted to set this bug status to "closed (won't fix)", because I cannot possibly ensure that the module will interact with every other third party module (1710 for 7.x alone).

dropbydrop’s picture

maybe there is something with the order/timing that "jquery cdn" loads jquery.

Anyway, for reference reasons, in case someone else has similar problem, I have to mention that with "jquery update" module, someone can have jquery from google CDN without problems with views.

dropbydrop’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)
tommychris’s picture

Status: Closed (fixed) » Active

The error is still active. If I use the latest version for all affected modules, the Views UI broke down. No other jQuery related module installed. I think this module is simpler than jQuery Update, and I hope somebody can fix this.

Maybe a solution: Use default jQuery in admin pages (#1067290: Fix jQuery 1.7 for Drupal 6 Comment no. 83).

TimelessDomain’s picture

i have the same problem. had to disable this module to get it to work right

sprice’s picture

For me, it wasn't just views, but, instead, each field group that needed to be expanded (even on the admin forms) were no longer expandable links. Instead, they just turned into non-clickable text-strings. Disabling the module restored normal functionality.

ashleyhazle’s picture

Priority: Minor » Major

This issue affects most of the site. It appears to be caused by the following:

"NetworkError: 403 Forbidden - https://github.com/malsup/form/raw/master/jquery.form.js"

Anonymous’s picture

Status: Active » Closed (won't fix)

Don't use this module if you rely on Views or any other module that uses it's own copy of JQuery.

calyeung’s picture

I had the same problem with my Views buttons getting broken and I couldn't figure out why. I thought it was a module conflict until I stumbled upon this. I'm not even using the jQuery CDN module, I simply have it linked from googleapis.com in my html header. Since removing it, my Views is back to normal.

Update:

Using the same Google-hosted jQuery file but loading it via PHP in the theme's template.php instead of html.tpl.php works:

http://api.drupal.org/api/drupal/includes%21common.inc/function/drupal_a...

An43’s picture

This bug may be related to http://drupal.org/node/1350442 . Actually, i think that it's the same problem in most cases (except described by mediaashley).