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

Untitled #1

Closed McArrow closed 11 years ago

McArrow commented 13 years ago

Hi Michal, it seems that img.onload event never fired in IE9 if event listener was binded after img.src attribute was set. So I've made some changes to make imgareaselect works in IE9.

odyniec commented 13 years ago

Hi, sorry for the late response, I've been a bit busy and had no time to look into this issue, until just now. Thanks for the fix, I've tested it and I'm going to include it in the next release.

odyniec commented 11 years ago

Closing this, as this issue was fixed some time ago.