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
Comment #1
dawehnerLet'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.
Comment #2
Anonymous (not verified) commentedI'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).
Comment #3
dropbydrop commentedmaybe 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.
Comment #4
dropbydrop commentedComment #5
tommychrisThe 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).
Comment #6
TimelessDomain commentedi have the same problem. had to disable this module to get it to work right
Comment #7
sprice commentedFor 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.
Comment #8
ashleyhazle commentedThis 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"Comment #9
Anonymous (not verified) commentedDon't use this module if you rely on Views or any other module that uses it's own copy of JQuery.
Comment #10
calyeung commentedI 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...
Comment #11
An43 commentedThis 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).