Closed GoogleCodeExporter closed 8 years ago
Another note: My current theory is that it's ignoring the div tags after a
while because it takes the <div class="label"> tag to make a new label to the
right of the old label...BUT (to contradict myself) it IS actually making new
labels, it's just putting one right on top of another, moving to a new line,
then it does it again. It's very weird because in programming if it works in
the beginning and you don't change anything, it should work in the end... I
thought anyway.
Original comment by kte...@megabytes.co
on 5 Jun 2012 at 7:09
Appears to be a float overload problem. Discussed in the support forum here:
https://groups.google.com/d/topic/dompdf/el-iVMZtSL0/discussion
A similar issue was discussed in another thread:
https://groups.google.com/d/topic/dompdf/mHuul-uzhZE/discussion
Since float support is still in development I'm going to merge into that issue.
Original comment by eclecticgeek
on 6 Jun 2012 at 7:55
Issue 498 has been merged into this issue.
Original comment by eclecticgeek
on 9 Jun 2012 at 1:59
FYI, you could also try changing from `float: left` to `display:
inline-block;`. The result is very similar visually for your document, but you
won't run into the layout overload issue.
Original comment by eclecticgeek
on 9 Jun 2012 at 2:05
Original comment by eclecticgeek
on 30 May 2013 at 5:16
Original issue reported on code.google.com by
kte...@megabytes.co
on 5 Jun 2012 at 7:03Attachments: