What steps will reproduce the problem?
Create an absolutely-positioned or a fixed-positioned element in a document
that will not be encountered during the rendering process until after a page
break occurs (e.g. at the end of a long document).
What is the expected output? What do you see instead?
Expect to see the positioned content appear relative to the first page of the
document, but instead it only appears starting with the page in which it was
encountered and the pages after that page.
Possible solution: relocate positioned content to the top of a document prior
to rendering.
Original issue reported on code.google.com by eclecticgeek on 15 May 2012 at 4:22
Original issue reported on code.google.com by
eclecticgeek
on 15 May 2012 at 4:22