Using the dev branch, if you have jQuery 1.10 on the front end and some other version for the backend like 1.7, most everything is fine. However there are instances when a conflict can arise, and the Toolbar module will trigger it.

I am using a date picker on a form that breaks when aggregation is on and admin toolbar is enabled. It works fine for anonymous, my first inclination was to look at the toolbar.

When I disable the toolbar module and clear the cache, everything works fine for auth or anon, with cache enabled or not.

Do modules like Toolbar trigger both jQuery libraries to be loaded in?

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.