Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
javascript
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Apr 2012 at 07:06 UTC
Updated:
29 Jul 2014 at 20:39 UTC
Jump to comment: Most recent file
Comments
Comment #1
runand commentedI have added a new patch, the first patch removed an empty line, that should not have been removed
Comment #3
runand commentedFixed wrong paths in the diff
Comment #4
bschilt commentedI had the same issue. This patch did not work for me but upgrading to jquery_update 2.2 worked.
Comment #5
runand commentedjquery_update 2.2 only upgrades jQuery to version 1.5.2, when using jquery_update verison 7.x-2.x-dev, it is possible to select jQuery 1.7 as version.
I have retested the patch locally, on a fresh checkup of the 7.x branch, and it works as I have previously described. I am not sure that your issue is the same as mine.
Comment #6
Dave Sandilands commentedApologies if this the wrong place for this. I think it's related enough. And thanks to runand for showing me the way.
I had the same issue in Drupal 6 with JQuery 1.61. I amended all/modules/cck/content.js in the same manner ie
At line 78 replace
with this
Worked a treat.
Comment #7
nod_Comment #8
JamesK commentedThere are probably other areas of core with this same problem. The patch should update all of them.
Need to update 8.x first.
Comment #9
JamesK commentedDuplicate of #1480568: use $.attr with false instead of empty string
Comment #10
gagarine commentedActually for property on jQuery 1.7 you should use prop().
Should we close this one as a duplicate of #1480568: use $.attr with false instead of empty string?
Comment #11
gagarine commentedOups JamesK you are to fast..