odyniec / imgareaselect

ImgAreaSelect is a jQuery plugin for selecting a rectangular area of an image. It allows web developers to easily implement image cropping functionality, as well as other user interface features, such as photo notes (like those on Flickr).
http://odyniec.net/projects/imgareaselect/
686 stars 197 forks source link

$.broswer is gone from jQuery 1.9 #36

Closed AndrewPenry closed 11 years ago

AndrewPenry commented 11 years ago

Which means imgareaselect no longer works. I mitigated this by using just the $.broswer parts of the jquerymigrate plugin, but imgareaselect may want to use something else for doing some of its browser switching.

natatkinson commented 11 years ago

Any plans to fix this?

EDIT: sorry, see you already fixed this. THANK YOU!

odyniec commented 11 years ago

Actually, this was already fixed in commit 98fc34805a6a371962f150f111807ea8b8a30fbd. Closing the issue now.

(I'm currently working on a new release and I'll try to go through all the open issues to clean up the list.)