-
```
What steps will reproduce the problem?
1. Go to http://deepliquid.com/projects/Jcrop/demos.php
2. Open firebug and locate the tag
3. Add a 'direction:rtl' directive to its style
What is the expe…
-
```
What steps will reproduce the problem?
1. Put the crop image within a div that is hidden with display:none
2. Invoke Jcrop on crop image
3. Unhide the div and the crop image will not show
What is…
-
Currently the admin interface image cropping tool does not update the cropper view or bounds when a new image is uploaded; the record must be saved first, then revisited to see the new image.
Liste…
-
```
What steps will reproduce the problem?
1. load a page containing Jcrop and jQuery UI in a Shadowbox popup in IE9 RC
What is the expected output? What do you see instead?
- when clicking to do a s…
-
When doing this with Firefox it works...
```
$('#target').Jcrop();
var api = $('#target').Jcrop('api');
container = api.container;
```
but when using Chrome, I get: "Uncaught TypeError: Cannot r…
-
Hi, I noticed Events Touch are not initialized after we destroyed and recreated a JCrop instance.
Try it yourself with your Mobile or Chrome Emulating Touch Mode
To solve it temporary, I use this co…
-
```
What steps will reproduce the problem?
1. IE 8 running in Quirks mode.
2. jCrop initialized in a modal dialog created via AJAX.
What is the expected output? What do you see instead?
Normal jCrop …
-
I have to place my image with Jcrop applied inside `` tags due to the design of the page. Unfortunately when you move the selected area the form is submitted on release.
Test code which:
``` html
…
-
When the last selection is removed, set the shade filter height/width to 0 -- I thought this might have been an oversight.
Here was my workaround:
``` js
jcrop_container.on('cropend', function(e,s,c…
-
```
What steps will reproduce the problem?
1. Put the crop image within a div that is hidden with display:none
2. Invoke Jcrop on crop image
3. Unhide the div and the crop image will not show
What is…