Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#25342 closed defect (bug) (fixed)

Jcrop is not compatible with jQuery 1.10.2

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

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 13 years ago.

Download all attachments as: .zip

Change History (7)

#1 @tdwesten
13 years ago

  • Summary Jcrop is compatible with jQuery 1.10.2Jcrop is not compatible with jQuery 1.10.2

#2 @tdwesten
13 years ago

  • Component GeneralMedia
  • Keywords has-patch added
  • Version3.6.1

#3 @SergeyBiryukov
13 years ago

  • Component MediaExternal Libraries

#4 @SergeyBiryukov
13 years ago

  • Keywords has-patch removed

#5 @SergeyBiryukov
13 years ago

  • Milestone Awaiting Review3.7

@ocean90
13 years ago

#6 @ocean90
13 years ago

  • Owner set to ocean90
  • Resolutionfixed
  • Status newclosed

In 25549:

Update Jcrop to 0.9.12 (unused in WP core).

fixes #25342.

Note: See TracTickets for help on using tickets.