This is a newly upgraded d6 site using drush to perform the upgrade. Drush installed jQuery Update 7.x-2.4 on drupal version 7.31. I'm specifying Views UI because that's where most of the problems were where things like fields styles would have no options appear after checking the boxes to change or add to the 'Style settings' (Create a CSS class, Customize label HTML, Customize field and label wrapper HTML), and no options were appearing after checking boxes in the 'Rewrite results' selections (Rewrite the output of this field, Output this field as a link, Trim this field to a maximum length, Strip HTML tags).

I was also having the same problems in node edit/create forms specifically with filter descriptions below fields that allow filter input like [video:] and [amazon:], etc.

Downgrading the jQuery to 1.8 in the 'Alternate jQuery version for administrative pages' field on the 'admin/config/development/jquery_update' page fixed the issues across the board from what I can tell so far.

Comments

chowdah’s picture

Issue tags: +filters, +Amazon Filter, +Insert Views Filter, +video filter
chowdah’s picture

Issue tags:
chowdah’s picture

Issue tags:
nicobot’s picture

+1

mphearn’s picture

I also resolved the issue using this setting but used 'Drupal Default' instead of 'jQuery 1.8'.

This may help make it unnecessary to manually change this setting again for future Drupal releases.

abdelouafi’s picture

1+

Thanks, that's work for me

joseph.olstad’s picture

subscribing, is there a related issue in the "views" queue?

digitaltodd’s picture

Same for me. #5 - diurnal default makes it work.

kclarkson’s picture

+1 Love the Google :) I am confirming this worked for me as well.

Don't forget the infamous drush cc all

s8le’s picture

Thanks for the help #5. it works for me too

markhalliwell’s picture

Category: Bug report » Support request
Status: Active » Closed (works as designed)
Issue tags: -Jquery 1.10, -Drupal Views, -views ui, -filters, -Amazon Filter, -Insert Views Filter, -video filter

This is a jQuery version/API deprecation issue and can resolved in the 7.x-3.x branch by either:

  1. Choosing a lower jQuery version for an admin theme like Seven
  2. Enabling the jQuery Migrate plugin to handle deprecated APIs/features.