Forum Bugs

Colgroup related issue;

andreizet
Hey, I've got an issue related to highlights using "<colgroup>".

I have three columns in a HTML table, and I am trying to highlight the last one using this:

<colgroup></colgroup>
<colgroup></colgroup>
<colgroup><col class="default"></col></colgroup>


Prince generated the PDF with the first one highlighted.

Also, please note that, in other cases, colgroup is working as it should.
Thanks.
  1. colgroup_issue.html4.2 kB
    Source HTML
  2. colgroup_issue.pdf46.6 kB
    Generated PDF
mikeday
Ah, perhaps Prince requires an explicit <col> element in each colgroup? We will investigate.
andreizet
Yep, that's the answer! Thanks a lot Mike!

Edited by andreizet