Make WordPress Core

Opened 11 years ago

Closed 10 years ago

#25342 closed defect (bug) (fixed)

Jcrop is not compatible with jQuery 1.10.2

Reported by: tdwesten's profile tdwesten Owned by: ocean90's profile ocean90
Milestone: 3.7 Priority: normal
Severity: normal Version: 3.6.1
Component: External Libraries Keywords:
Focuses: Cc:

Description

The jQuery Jcrop script v0.9.10 is not compatible with the version of Jquery v1.10.2 included in WordPress 3.6.1. jQuery Jcrop v0.9.10 uses $.browser() a lot to detect msie in several places and $.browser() is deprecated by jQuery form 1.9 and up.

The fix: update jQuery Jcrop to v0.9.12 -> https://github.com/tapmodo/Jcrop/blob/master/js/jquery.Jcrop.min.js

Thanks!

Attachments (1)

25342.patch (34.3 KB) - added by ocean90 10 years ago.

Download all attachments as: .zip

Change History (7)

#1 @tdwesten
11 years ago

  • Summary changed from Jcrop is compatible with jQuery 1.10.2 to Jcrop is not compatible with jQuery 1.10.2

#2 @tdwesten
11 years ago

  • Component changed from General to Media
  • Keywords has-patch added
  • Version set to 3.6.1

#3 @SergeyBiryukov
11 years ago

  • Component changed from Media to External Libraries

#4 @SergeyBiryukov
11 years ago

  • Keywords has-patch removed

#5 @SergeyBiryukov
11 years ago

  • Milestone changed from Awaiting Review to 3.7

@ocean90
10 years ago

#6 @ocean90
10 years ago

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

In 25549:

Update Jcrop to 0.9.12 (unused in WP core).

fixes #25342.

Note: See TracTickets for help on using tickets.