Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #26671

    After a page break sometimes cell borders are not drawn.

    The example.html file attached contains the page body. The run.bat calls Converter.class with a page header.

    Any idea why the top border of the DCS statement is not drawn after the page break?

    #28846

    Is the issue reproducible with the recent versions of PD4ML?

    #28847

    Yes. Please find an example in the attache zip file.

    #28848

    The attached zip file contains the example.html file which is the page body. run.bat calls Converter.class with a page header.

    #28849

    Any news on this? Could you find time to look into this?

    Thank you,
    Michael

    #28850

    It seems to be an interference between “border-collapse: collapse” style and previous borderless row.

    We’ll check what could be done to fix the issue.

    #28851

    Or do you want me to use a different style?

    #28852

    It seems the simplest workaround would be to add

    style=”border-collapse: separate”

    attribute to the main

    #28853

    Unfortunately we have to leave the issue as it is. A workaround requires a significant refactoring of the table break logic.

    Hopefully the solution with style=”border-collapse: separate” works for you.

    #28854

    Unfortunately style=”border-collapse: separate” didn’t work. Had to create another

    in the

    tag.

    We can close this issue.

Viewing 10 posts - 1 through 10 (of 10 total)

The forum ‘HTML/CSS rendering issues’ is closed to new topics and replies.