nephila / django-ckeditor-filebrowser-filer

A django-filer based CKEditor filebrowser
BSD 3-Clause "New" or "Revised" License
24 stars 42 forks source link

'File' object has no attribute 'width' #28

Open cyberbudy opened 7 years ago

cyberbudy commented 7 years ago

I receive following error on selecting filer image as File class has no width/height properties, thus image can't be added to textarea. Packages: django==1.11.3 django-filer=1.2.7

yakky commented 7 years ago

Can you add complete traceback? filer is still not tested on Django 1.11, so it might be a filer issue

cyberbudy commented 7 years ago

http://joxi.ru/a2XGWZySywypGm Is that enough?

yakky commented 7 years ago

@cyberbudy thanks. I will have a look. Can you make a test with django 1.10? As filer is not (yet) officially compatible with django 1.11 the issue may be on their side

cyberbudy commented 7 years ago

Ok, I've checked with django 1.10.7, no errors there

yakky commented 6 years ago

@cyberbudy as Django 1.11 version has been released, everything should be fine on django 1.11, can you confirm?