Closed (duplicate)
Project:
jQuery Update
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Mar 2012 at 16:08 UTC
Updated:
20 May 2012 at 20:05 UTC
If I turn on jquery 1.7 with jquery update module, it kills field managing select functions.
Maybe its drupal core error?

| Comment | File | Size | Author |
|---|---|---|---|
| Screen shot 2012-03-01 at 5.59.15 PM.png | 362.05 KB | siilak |
Comments
Comment #1
hles commentedDrupal Core is not made to work with jQuery 1.7. I haven't had the exact same issue as you've had but there are other similar issues that will happen:
There are things you can do to fix these issues though:
You can create your own module based on jQuery Update to replace states.js by your own with the fixes mentioned above.
You can replace field_ui.js with your fixed one in the template.php of your admin theme with hook_js_alter().
Or you could tell your custom module based on jQuery Update to replace js files to only use jQuery 1.7 on non-admin pages.
Comment #2
siilak commentedthanks :)
Comment #3
Rosamunda commentedThere´s a fix for jquery update that´s here.
Could this work?
I have some issues with jQuery, and I "think" that could be because of this, because I´m trying to use twitter´s bootstrap in a Drupal 6 installation.
Comment #4
gagarine commentedThis is not related to twitter bootstrap directly and issue are allready open on jQuery update. So close it as duplicate.
#1498858: [meta] attr and prop (help is welcome!)
#1448494: jQuery 1.7: field_ui.js use attr for property (you will find a fix on comment #9)