builtbywill / booklet

jQuery Plugin - display web content in a flipbook
http://builtbywill.com/booklet
Other
292 stars 109 forks source link

IE10 problem with flipping #16

Open hildigunnur opened 11 years ago

hildigunnur commented 11 years ago

I have a problem with flipping to the previous page in IE10. The flipping between pages works ok in Firefox and Chrome. What happens is that the book sometimes shows the wrong page. You see the right page and then the page changes to the one before, i.e when 12 should be there you see page 10 etc.

I have put this flipbook on the web hoping someone can solve this problem. Could be that I did something wrong. This book is not finished. It is just a beta version.

The url is: http://vefir.nams.is/test_hh/kataOgOrmarnir.html

Regards Hildigunnur

blachawk commented 11 years ago

Try this - press F12 to change your browser mode and see if your page adjusts itself correctly.

hildigunnur commented 11 years ago

Changing the browser mode to IE9 does not change anything. The problem is still existing. Changing it to IE8 is even worse, it is not possible to flip the pages.

Any other suggestions?

hildigunnur commented 11 years ago

What I found out is that if the booklet is more than 22 pages this bug shows up.

sandbox2 commented 10 years ago

If you remove the "outline: 1px solid transparent;" in the file jquery.booklet.latest.css line 13, then page-flipping work correctly. It was tested in IE8.

.booklet .b-page {left:0; top:0; position:absolute; overflow:hidden; padding:0; outline:1px solid transparent;}