Zunenonooo / dompdf

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

Positioned content is applied starting with the current page instead of the start of the document #485

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by eclecticgeek on 15 May 2012 at 4:23

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by eclecticgeek on 24 May 2013 at 3:00