Thought I would register this one for the benefit of others.

When you enable jquery_update (jquery verison 1.7) it breaks the views editor when you go to:

fields -> "field name" (example: Title field) -> settings -> style settings

and try to check "custom html" the sub-drop down does not appear and when you save it clears your check marks.

Disable jquery_update and views works fine again.

tested in default base drupal theme (seven) with overlay disabled. D7.

Workaround:

drush dis jquery_update -y

while you are working on your sitebuilding to be able to set the views correctly up. then re-enable when you are done.

(not for production naturally if you are using j_up. to have fancier image carousels and UI features, export the view from dev, and then import into live to bypass the bug).

Comments

datarazor’s picture

Issue summary: View changes

clarification added

surfgatinho’s picture

Issue summary: View changes

I've just come across this problem using Views 7.x-3.7 and jquery_update jquery version 1.10. The problem only occured when trying to set the style on the "Title" field.

It seems to work OK with jquery 1.7 so something has changed since the original issue...

justinstandring’s picture

I can confirm this issue is still happening. I'm running Views 7.x-3.8 and when style settings are ticked, the relevant fields are not un-hidden. The fix is to revert the jQuery Update version to 1.7 for the Administration interface.

No errors seem to be thrown in the Google Chrome console.