rvera / image-picker

Image Picker is a simple jQuery plugin that transforms a select element into a more user friendly graphical interface.
http://rvera.github.com/image-picker
Other
907 stars 216 forks source link

Image picker doesn't work in IE11 #86

Closed SSJGogeta closed 7 years ago

SSJGogeta commented 7 years ago

Hello and thank you for the project.

I have created a web page which uses the multi-select image picker. It works perfectly in every browser I have tested it in except from IE11. Only a dropdown list appears and no images at all. If I run the page locally I get a prompt which says "internet explorer has restricted this webpage from running scripts or activex controls". If I select "allow" everything is fine. The uploaded page though doesn't have any prompt or anything.

Do you have any idea of how to bypass this problem?

Thank you very much in advance.

SgtOddball commented 7 years ago

That would more be an issue with your IE11 security settings, rather than a problem with the image picker it's self (the hint is in the 'internet explorer has restricted this webpage from running scripts or activex controls', you'd probably find that any scripts on the page don't run, not just image picker).

Have a look into that and once you've easied up on your security settings you should find it works without issue.

rvera commented 7 years ago

Was thinking the same, thanks @SgtOddball