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 198 forks source link

mouseweel event over selection area #60

Open mwmaleks opened 10 years ago

mwmaleks commented 10 years ago

Hi everybody. I'm trying to carry out "on mouse wheel" selection scaling. And even if I put the listened element over the imageareaselect elements, as soon as mouse is over imageareaselect the mousewheel event is not caught. Well I tryed to figure this out, which exactly events may conflict to each others, but have not dealt with. Could anybody help?

mwmaleks commented 10 years ago

Hi everybody. Well, now my small project upholds "mousewheel" selection scaling. Although we only needed like instagram picture aspect ratio, it is possible to scale selection of any current aspect ratio by mouse wheel.

Just sent pull request to odyniec