I tried to disable the overlay by using the selection in the user account and disabling the module.
However when disabled it looks like some javascripts are not loaded anymore or just not functioning.

In views (latest version) the + add dropdown is not working anymore (all items are displayed as menu buttons)
In ckeditor the configuration fieldsets are not clickable anymore. Actually everywhere the fieldsets are not clickable, so if closed they cannot be opened)
ckeditor does not load for the textareas.
In the module list the fieldset cannot be closed or opened.

etc...
When I disable the jquery update 7.x-2.2 everything works as expected.
Some help would be appreciated

Comments

feri3p20’s picture

Assigned: Unassigned » feri3p20

same issue

fox_01’s picture

at my site if i click on a fields property and want to rewrite the output i click the checkbox but nothing happens when jquery_update 7.x-2.2 is enable. is this a views (core) incompatibility? Ideas how i can fix this?

akayani’s picture

Yep I'm seeing this too. I've added a couple of modules and suddenly all Javascript is broken. It could be CKEditor, that's about the only thing I haven't disabled.

akayani’s picture

Somehow in the process of looking at this I've disabled the Overlay using an error message and have no idea of how to now restore it for testing. It's on as a module with correct permissions and attempts to start. Only in Firefox as if Firefox has added an exemption somewhere I haven't found yet.

akayani’s picture

Do you guys have 'Facebook for Drupal' installed? I did, that's the module causing the issues here. It's screwing up JS in a big way. IMCE even though it opens a popup is JavaScript disabled.

erald’s picture

No have not used facebook for drupal. Even on a clean new install having the same problem with almost no modules installed.

akayani’s picture

It's not just the overlay, the issue occurs with the file upload pop up as well.

  • or Drupal for Facebook
  • or browser specific

Somehow I'd manage to eliminate the problem but I have it back again.

akayani’s picture

I went through this issue again last night. If I disable Drupal for Facebook then clear the cache the issue is resolved. I'm going to address it with the Drupal for Facebook module developers.

erald I think what you need to do is remove any unnecessary modules and clear the cache then see what happens.

markhalliwell’s picture

Assigned: feri3p20 » Unassigned
Category: Bug report » Support request
Issue summary: View changes
Status: Active » Closed (works as designed)

This sounds like 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.

The 7.x-3.x branch removed the concept of the "admin jQuery version/paths" and replaced it with #1969244: Specify jQuery version per theme.