Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single page is considered two pages on IE 11 #465

Open
kimtuck opened this issue Jan 19, 2016 · 0 comments
Open

Single page is considered two pages on IE 11 #465

kimtuck opened this issue Jan 19, 2016 · 0 comments

Comments

@kimtuck
Copy link

kimtuck commented Jan 19, 2016

I have a document that has markup like this for chapter 2 (the first chapter is the cover page; this is the second page).

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xml:lang="en-gb" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Everybody Matters</title>
<link rel="stylesheet" type="text/css" href="../styles/9780802712103.css"/>
<link rel="stylesheet" type="application/vnd.adobe-page-template+xml" href="../styles/page-template.xpgt"/>
</head>
<body>
<p class="publisher"><a id="ch00_fm02_tit"></a><a id="page_iii"></a><img src="../images/pub.jpg" alt="image"/></p>
</body>
</html>

When this is rendered on Chrome or Firefox, and I move from this page to the next page, the following chapter is loaded.

When this is rendered on IE 11, and I move from this page to the next page, I remain on the same chapter, displaying a blank page. When I move one more page, then I go to the next chapter.

IE has this behavior, regardless of the size of the browser window (very small, medium, or fullscreen).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants