[Webkit-unassigned] [Bug 5097] CSS2: page-break-after does not work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 27 04:53:19 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=5097


giedz at arise.pl changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |giedz at arise.pl




------- Comment #11 from giedz at arise.pl  2008-03-27 04:53 PDT -------
WebKit on Windows/Linux. page-break-after: always cuts very first text on next
page. Here is an example code:

<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>TEST page-break.</title>
</head>
<body>

<p>Page 1 of 2</p>

<p style="page-break-after: always"></p>

<p>Page 2 of 2</p>

</body>
</html>

but if you add &nbsp to <p> like this:

<p style="page-break-after: always">&nbsp</p>

works OK.

This problem doesn't exist in FF so I gather is WebKit issue.

Regards


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list