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

IE9 Selection Box #2

Closed ellemayo closed 13 years ago

ellemayo commented 13 years ago

It appears the selection box in IE9 has some issues. Whenever selecting, it jumps between the boundaries and the actual selection box.

sewpafly commented 13 years ago

I was seeing this issue as well (It's using an older version of the plugin because it's what ships with wordpress 3.1). However wordpress' implementation doesn't seem to have the same bug. Do you know what the work around might be?

sewpafly commented 13 years ago

My problem appears to have been calling console.log in IE. I apologize.

ellemayo commented 13 years ago

This issue appears to have been fixed in an IE update... not sure what the version number of the problematic IE was