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)
Change History (7)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 25549: