jonasundderwolf / django-image-cropping

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

It is not work in Django 1.11.2 #117

Closed realsby closed 6 years ago

realsby commented 7 years ago

I belive its javascript related. Crop area visible but not working. Crop draggable corner boxes visible as line on the top only. After first click anywhere on pictures, corner boxes hidden forever. When clicked overflow element on images running but no selection.

Django (1.11.2) django-suit (0.2.25) django-image-cropping (1.0.4) easy-thumbnails (2.4.1) Pillow (4.1.1)

realsby commented 7 years ago

This solved my issue. Why you dont upgrade version :( https://github.com/jonasundderwolf/django-image-cropping/pull/114

anrie commented 6 years ago

This should be fixed in the latest release (1.1).