https://bugs.freedesktop.org/show_bug.cgi?id=55383

          Priority: medium
            Bug ID: 55383
          Assignee: [email protected]
           Summary: Docbook loose merge cell attribute
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: [email protected]
          Hardware: Other
            Status: UNCONFIRMED
           Version: 3.5.4 release
         Component: Libreoffice
           Product: LibreOffice

Created attachment 67764
  --> https://bugs.freedesktop.org/attachment.cgi?id=67764&action=edit
input odt file

In the attached odt document, when exporting to docbook, the merged cells are
lost. When exporting to HTML it is nice:

<TABLE WIDTH=100% CELLPADDING=4 CELLSPACING=0>
    <COL WIDTH=128*>
    <COL WIDTH=128*>
    <TR VALIGN=TOP>
        <TD ROWSPAN=2 ...

However docbook is:

  <informaltable frame="all">
    <tgroup cols="1.666666666666667">
      <tbody>
        <row>
          <entry>
            <para>1 &amp; 3</para>
          </entry>

while the correct output should be:

  <informaltable frame="all">
    <tgroup cols="1.666666666666667">
      <tbody>
        <row>
          <entry morerows="1">
            <para>1 &amp; 3</para>
          </entry>

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to