emencia / emencia-django-slideshows

A Django application to make slideshows
MIT License
5 stars 7 forks source link

can not select file #9

Closed lukasz-virtualo closed 8 years ago

lukasz-virtualo commented 8 years ago

There is no way for selecting the uploaded file. It is visible in the filebrowser but is not selectable. Clicking the name opens the file itself. screenshot from 2015-11-29 15 30 58 Might have something in common with https://github.com/wardi/django-filebrowser-no-grappelli/issues/56 A possible fix is to copy the uploaded file URL, then clip the MEDIA_ROOT part and paste into the slide filename input field.

sveetch commented 8 years ago

Oops, i saw this bug but forgot to fix it, i'm working on it

sveetch commented 8 years ago

Well, i tested it again and remember how i resolved it, with disabling AdBlock Plus for my server hostname :)

Don't know really why ABP is catching the version selector stuff, eventually a false positive.

All in all, this is not related to emencia-django-slideshows, you probably have enabled ABP / some Javascript blocker.