Hello.
After updating jquery_update module to version 7.x-3.0-alpha, jquery for cms theme (seven) resets to 1.4 (default) from 1.7 and part of functionality stops working.
Is this normal behavior?
Please advise.

Comments

ww9rivers’s picture

I have the same problem: I am testing jquery_update version 7.x-3.0-alpha2 in Drupal 7.26 in Ubuntu.

I get "jQuery 1.4.4 (configure) and jQuery UI 1.8.7" in the "Status report" page.

Furthermore, this doesn't seem to be limited to the admin theme. In my own module, the jQuery version is also 1.4.4 as I see it in Firebug.

[EDIT]: I downgraded to 7.x-2.6, but I still have the same issue. Also, I should add, my site is upgraded from Drupal 6 to 7.

rocket777’s picture

in admin/config/development/jquery_update
I changed the default to 1.5 and it works

yan’s picture

I just installed jquery update and I experienced the same: The version for my admin theme (seven) is set to 1.4.4. and that version is also showing on the status page. I'm not sure if that's a problem, but it looks weird.

DenKuz’s picture

Almost the same problem. I had set the parameter of "Default jQuery version" to 1.10. But after updating jquery_update module to version 7.x-3.0-alpha3 (2 days ego) error message was appear in the browser: "Uncaught TypeError: Cannot read property 'msie' of undefined", and admin overlay was frozen as well as. I tried to set another version of iQuery: 2.1, 1.11, 1.9- the same problem. Only 1.8 ver. was working.

Elin Yordanov’s picture

Did you try to enable jQuery Migrate Plugin option in the jQuery Update configuration page, which is found at 'admin/config/development/jquery_update' ?

yan’s picture

I don't see any option to enable jQuery Migrate Plugin on that page.

DamienMcKenna’s picture

Version: 7.x-3.0-alpha2 » 7.x-3.x-dev
markhalliwell’s picture

Status: Active » Closed (works as designed)

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.