Sorry if this is a stupid quesion but i wasted hours now without getting to a working solution. whichever version i choose SOMETHING is not working

I use latest drupal 7.26

changing to jquery 1.7 or higher stops all tabs and "arrow-opener" in node/edit of working.

what's the cause? does anyone know?

Comments

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.