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

Problem with Jquery 1.8.1 & IE9 #22

Closed Delpak closed 12 years ago

Delpak commented 12 years ago

when i update Jquery to 1.8.1 plugin works fine on Chrome & FF but i face errors on IE9. but when i commented this codes , plugins works again!

in file jquery.imgareaselect.js line line 608 comment codes below:

// if ($.browser.msie) { // if (o = $outer.css('filter').match(/opacity=(\D(\d+))/)) // $outer.css('opacity', o[1]/100); // if (o = $border.css('filter').match(/opacity=(\D(\d+))/)) // $border.css('opacity', o[1]/100); // }

this solve my problem!

lingej commented 12 years ago

I can confirm this. Cheers Joerg

odyniec commented 12 years ago

Thanks for reporting, this is now fixed in the development version.

rgriffith commented 11 years ago

I am not sure if this is related, but I am running into an issue in IE8 where the inline filter: style applied to .imgareaselect-outer is empty, causing them to be solid black. Using jQuery 1.7.2 and the latest plugin version.