On views admin page creates the following error:

TypeError: this.element.prop is not a function
this.options.disabled = !!this.element.prop( "disabled" );

(line 7228 jquery-ui.js)

.prop was added in jquery 1.6.
http://api.jquery.com/prop/

CommentFileSizeAuthor
#2 jquery_updated-1953774-2.patch1.07 KBOnkelTem
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

OnkelTem’s picture

As far as I understand the solution is not load jQuery UI 1.10.2 if jQuery version < 1.6+
But does jQuery 1.5 work with jQuery UI 1.8.7 (D7 default)?

OnkelTem’s picture

Status: Active » Needs review
FileSize
1.07 KB

This patch prevents replacing jQuery UI with the one shipped with jquery_update if jQuery version < 1.6, since jQuery UI > 1.9.x requires jQuery 1.6+ (See minimal version on this page for example: http://jqueryui.com/download/ )

westwesterson’s picture

Tested, works great!

eusonic’s picture

Status: Needs review » Reviewed & tested by the community

This works great! It totally solved the problem I was having with the Features UI.

aschmoe’s picture

Patch in #2 working for me as well

ericduran’s picture

I'm ok with this, It'll help close a couple of other issues.

ericduran’s picture

Status: Reviewed & tested by the community » Fixed

This is now fixed.

Proper git commit credit given to @OnkelTem.

Thanks.

--
http://drupalcode.org/project/jquery_update.git/commit/dbf05b5

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.