jonasundderwolf / django-image-cropping

Django helper application to easily and non-destructively crop arbitrarily large images in admin and frontend.
Other
553 stars 131 forks source link

Cropping widget javascript issue #35

Closed lucaslober closed 10 years ago

lucaslober commented 10 years ago

When I try to crop an image, it doesn't work very well. Looks like a javascript/jquery/Jcrop problem. it push the cropped image to the left or something.

I attach a screeshot so you can check this issue

issue

Thank you very much

Firefox 24.0

Django==1.5.1 PIL==1.1.7 South==0.8.1 argparse==1.2.1 distribute==0.6.27 django-geoposition==0.1.4 django-image-cropping==0.6.4 django-localflavor==1.0 django-modeltranslation==0.6.1 django-registration==1.0 django-social-auth==0.7.23 django-suit==0.2.1 easy-thumbnails==1.2 httplib2==0.8 ipython==0.13.2 oauth2==1.5.211 psycopg2==2.5 python-memcached==1.53 python-openid==2.2.5 wsgiref==0.1.2

lucaslober commented 10 years ago

34 It was a compatibility problem with django-suit.

anrie commented 10 years ago

See #34.

Adding support for custom django admin themes is not planned at the moment. Of course contributions adding these options are more than welcome!