Opened 11 years ago
Closed 11 years ago
#25342 closed defect (bug) (fixed)
Jcrop is not compatible with jQuery 1.10.2
Reported by: | tdwesten | Owned by: | 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)
Change History (7)
Note: See
TracTickets for help on using
tickets.
In 25549: