liyutai1992 / html5slides

Automatically exported from code.google.com/p/html5slides
0 stars 0 forks source link

IE bugs #15

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open the demo in IE9 or IE10

What is the expected output? What do you see instead?
* Begins at 3rd slide instead of 1st slide
* .fill doesn't work

What version of the product are you using? On what operating system?
Windows 7 & IE9
Windows 8 & IE10

Please provide any additional information below.

I know IE doesn't have all the CSS support, but it should degrade gracefully.

Original issue reported on code.google.com by luke.cro...@gmail.com on 28 Sep 2011 at 2:51

GoogleCodeExporter commented 8 years ago
Is there any kind of fallback for IE which does not interfere with the rest of 
the code? It would be possible to load a JS file for a slideshow which would 
give IE users the chance to see the slides, no? Has any one already done this?

Original comment by citystro...@gmail.com on 20 Jan 2012 at 3:11

GoogleCodeExporter commented 8 years ago
I was also experiencing this problem.

Original comment by Bodong.C...@gmail.com on 8 Mar 2012 at 4:55

GoogleCodeExporter commented 8 years ago
I am also having this problem. Starts at the 3rd slide and doesn't do anything. 
Why is it the 3rd slide? why not 5, 9, 21?

Original comment by derekren...@gmail.com on 29 May 2012 at 2:10

GoogleCodeExporter commented 8 years ago
3rd slide because it is the "far-next" class.  Putting display:none on those 
two classes makes it functional for IE9.  Adding display:block on the body for 
lt IE9 makes it degrade (not quite gracefully, but at least the slide show up).

Original comment by cgrif...@auburnalabama.org on 20 Jun 2012 at 9:56