TWEagle / galleriffic

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

Pagination fails under IE8 (not IE7 nor IE6) #44

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Create a gallery with more thumbnails than will fit on one page.

What is the expected output? What do you see instead?

- The expected output is a collection of properly paginated thumbnails
- What is actually seen is a grid of thumbnails with other thumbnails
rendered by the UA on top / around the grid because they are not being
hidden.  There also seem to be some border lines (1px solid), but these are
probably other parts of the page appearing in odd places because of the
rendering mess made by IE8.

What version of the product are you using? On what operating system?

- Galleriffic version uploaded on 26th Sept. 2009, used with Vista + IE8

- Same version tested on Mac (10.5.8) with Firefox 3.5 and Safari 4.0, and
on PC (XP SP2) with Firefox, IE7, IE6 and Chrome.  No issues found.

Please provide any additional information below.

- It might be possible to fix this by updating the CSS to work with IE8's
odd way of doing things.  Or it might be that the Javascript is creating
stuff and attaching it to the DOM in a way that IE8 doesn't like.

Original issue reported on code.google.com by aispires...@gmail.com on 29 Sep 2009 at 4:11

GoogleCodeExporter commented 9 years ago
Using the history plugin seems to avoid this. There is still a bug with the 
initial 
image I have a hack here 

http://code.google.com/p/galleriffic/issues/detail?id=65

Original comment by deanoak...@gmail.com on 11 Jan 2010 at 3:32