Uploaded image for project: 'Forrest (Retired)'
  1. Forrest (Retired)
  2. FOR-1138

html-conversion ignores <tbody>, <thead> etc. inside tables and cannot calculate table-width followed by NaN-errors

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • 0.11
    • None
    • Normal

    Description

      Hi,

      I observed this problem some weeks ago and forgot to create an issue on it:
      ------------
       ERROR - Ignoring property: number-columns-repeated="NaN" (No conversion
       defined NaN; property:'number-columns-repeated')
       X [0]
       reference/config/foo.pdf BROKEN: Error(Unknown location):
       fo:table-body is missing child elements.
       Required Content Model: marker* (table-row+|table-cell+)
      ------------

       using a default html-file as source including a table with
       <table>
       <thead>
      <tr> ...</tr>
      <tr> ...</tr>
       </thead>
       <tbody>
      <tr> ...</tr>
      <tr> ...</tr>
       ...
       </tbody>
       </table>

       as soon as I remove <tbody>, <thead> and just leave the content it works.
       IMHO, this is NOT a problem of the odt plugin as described in FOR-1102

      Kind regards

      Thomas

      Attachments

        Activity

          People

            Unassigned Unassigned
            tomemmel Thomas Emmel
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: