3

I want to implement something like this, which is appear on Bootstrap 3 modal

enter image description here

I'm following this example, but not working, a radio button appear, and the preview-pane is missing

However, if put outside the modal, then it works.

Any idea?

Js Lim
  • 3,625
  • 6
  • 42
  • 80
  • Can you post your code on jsfiddle? – Kashif Nov 19 '13 at 10:29
  • @Kashif [Here](http://jsfiddle.net/jslim89/LqF39/) is the code – Js Lim Nov 20 '13 at 02:44
  • Have you found a solution? I am stuck with the same problem. i think the problem is that the binding of jcrop_api to the original image isn't happening due to the modal. I have tried many things but havent been able to fix it – pranshus Jun 27 '14 at 15:44
  • I change to [this library](http://timmywil.github.io/jquery.panzoom/). Like in mobile device, drag the image in the background, on top of that is a frame _(fix position)_ then only crop it – Js Lim Jun 30 '14 at 02:26

1 Answers1

2

as described here the input element is there to capture key inputs, you can turn this off by using keySupport: false.

Or you can add opacity:"0" to .jcrop-keymgr

mishaker
  • 115
  • 3
  • 8