I'm using the latest version of Chrome for Mac (27.0.1453.116) and the collapsible fieldsets anywhere in the admin/* pages (including views, the modules page, theme settings page, etc), does not work. They are just black instead of blue. When you click on them, nothing happens. I tested in Firefox (version 21.0) and collapsible fieldsets are blue and work as they should.

I also tried the -dev version of jquery_update, with no luck.

What can I do to get this working in Chrome (I don't want to support firefox)?

Thanks!

NB: I included a picture for clarity.

CommentFileSizeAuthor
ajax.png205.32 KBcmejo
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

spolaorso’s picture

Issue tags: +Chrome

This problem occur also with Chrome 27.0.1453.110 m in a Windows enviroment: Windows 7 service pack 1.
Problems are not limited to the issue arised by cmejo.
Links of are not working in accordions blocks of the admin interface.
There are some other misbehaviour. for example, nothing happens when you check for updates. A progressive bar should appears, but it doesn't.
I can't delete user any more! I tried both way, by selecting user from the list and apply a bulk action or even by selecting a single profile and ask to delete it. Nothing works like before!
I'm forced to use IE untill someone will explains what's going on.

dkalish’s picture

Issue summary: View changes

This issue disappeared for me after I installed admin-7.x-2.x-dev.

markhalliwell’s picture

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.