Skip to:
Content

BuddyPress.org

Opened 12 years ago

Closed 12 years ago

Last modified 4 years ago

#4964 closed defect (bug) (fixed)

Moving a profile field field between groups produces JS error

Reported by: johnjamesjacoby's profile johnjamesjacoby Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: 1.7.1 Priority: high
Severity: major Version:
Component: Extended Profile Keywords: has-patch
Cc:

Description

When trying to drag and drop an XProfile field from one Profile Group to another, a JS error occurs and prevents the field from being moved.

This is because jQuery UI's 'select' method was deprecated in jQuery UI 1.10. Read more here:

http://jqueryui.com/upgrade-guide/1.9/#deprecated-select-method

Attached patch fixes the issue. It's also the only instance where this occurs, though I haven't yet audited all of our JS for any other deprecation issues.

Attachments (1)

4964.patch (443 bytes) - added by johnjamesjacoby 12 years ago.

Download all attachments as: .zip

Change History (3)

#1 @johnjamesjacoby
12 years ago

  • Resolution set to fixed
  • Status changed from new to closed

In 6961:

Swap out deprecated jQuery 'select' method usage. Fixes JS error when trying to drag and drop an xprofile field between groups. Fixes #4964 (trunk)

#2 @johnjamesjacoby
12 years ago

In 6962:

Swap out deprecated jQuery 'select' method usage. Fixes JS error when trying to drag and drop an xprofile field between groups. Fixes #4964 (1.7 branch)

Note: See TracTickets for help on using tickets.