Brian Sweeney

Results 826 comments of Brian Sweeney

Hard to tell what's going on without some sample HTML. This looks like a table, in which case it's a known issue that Dompdf will not break a row across...

You are running into the issue outlined in #98. I am in the middle of an update that will handle the ability to split a table cell, though I do...

I'm not sure what I'm supposed to see with this sample but it appears to render as expected based on the HTML. I'm guessing there's some styling applied that may...

I'm not seeing that when I do a render using the following: ``` .col1 { float: left; width: 35%; } .col2 { float: right; width: 65%; } abc abcdefghijklmnopqrstuvwxyz.abcdefghijklmnopqrstuvwxyz.abcdefghijklmnopqrstuvwxyz ```...

OK, yes, definitely seeing that. I'll need to investigate more to determine what's going on there.

So, `$x` is an array but despite this the current logic does not set the individual variables and instead continues running with only an array in `$x`? And you've confirmed...

Thanks for the follow up. I'll go ahead and tweak the implementation for the next release so we can avoid this quirky behavior moving forward. I wish I could reproduce...