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

Keyboard action passthrough #91

Open ronan-paul opened 6 years ago

ronan-paul commented 6 years ago

Hello

I am using ImgAreaSelect and I would like to allow keyboard action so that user input is taken into account. I have an input field within imgAreaSelect, but as soon as I click on the field, imgArea appears and keyboard action seems captured (or at least focus seems taken out of the input). I ditched into the code, but could not find any obvious answer.

=> How can I allow keyboard event passthrough (or at least transfer them by code).

Thank you in advance for your help.