Brian Sweeney
Brian Sweeney
I was unable to produce the desired without resorting to tricks. Here is the best work-around I could find, but it only works if `.first-page` is really only one page:...
Yeah, I see where it went wrong. I was testing against a small bit of content, not something that spanned multiple pages. We'll definitely look into the issue.
The first sample now renders as expected, but the second sample is still breaking before the "first-page" div is rendered.
What version of Dompdf are you using? Are you autoloading the Dompdf source (e.g. using the Composer autoloder)? Can you share a sample of the relevant PHP code (Dompdf instantiation...
I don't know that this change is sufficient enough for the designated issue. It does make an attempt to keep rows with a spanning cell together, but Dompdf will still...
Thanks for the clarification.
Let's push to the next release so we can better evaluate what to do with this. I don't want to implement something that we'll have to remember to roll back...
I Would like to know the context in which this is happening. Can someone provide sample HTML that reproduces the problem?
This doesn't reproduce the error for me so it could be a related to specific libraries (e.g. libxml) on the system. Still, we should handle the case since `$block` _may_...
You mentioned it seemed fine in the live context, so is this only happening when testing? I think I may put this off until the 2.0.2 release so I can...