Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Problem with IIS using links on IE11 #60

Open
spacekids opened this issue Feb 14, 2015 · 4 comments
Open

Problem with IIS using links on IE11 #60

spacekids opened this issue Feb 14, 2015 · 4 comments

Comments

@spacekids
Copy link

Hi there, love the IIS, works brilliantly and so straightforward. Having a problem with a slide show with links on each image on IE11 default settings, works fine on firefox though. The slide show simply fails to appear in IE soon as I wrap tags around each image but works fine in firefox

Double checked your links demo:http://gilbitron.github.io/Ideal-Image-Slider/demo/links.html and that one doesnt show either on IE11

I hope you might be able to figure out a way round the issue?

Thanks and regards
Robert

@enzosterro
Copy link

Hi, I have same problem.

@ercsey
Copy link

ercsey commented Feb 15, 2016

I'm having the same problem. Any solutions?

@msigley
Copy link

msigley commented Mar 23, 2016

Still an issue. Ideal Image Slider works in IE for straight img tags, but when you wrap the img tags in a tags, the images disappear. I am investigating this issue and will submit a PR when I have the fix.

@msigley
Copy link

msigley commented Mar 23, 2016

So the issue is document.querySelector is bugged on IE and only returns the first level of children in returned results. I am writing a patch that replaces document.querySelector with a combination of document.getElementByID and document.querySelectorAll, which funny enough returns good results.

msigley added a commit to msigley/Ideal-Image-Slider that referenced this issue Mar 24, 2016
…Made the element selection more performant.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants