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

Can't have both resizable and movable true on Safari #94

Open aej11a opened 6 years ago

aej11a commented 6 years ago

On Safari, selections are either resizable when resizable is set to true or movable when movable is set to true, but if both are true the selection can only be moved, not resized.