Issue 99902 - WW8: incorrect table export
Summary: WW8: incorrect table export
Status: CLOSED DUPLICATE of issue 99451
Alias: None
Product: Writer
Classification: Application
Component: save-export (show other issues)
Version: DEV300m41
Hardware: PC All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: writerneedsconfirm
QA Contact: issues@sw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-05 07:09 UTC by pmike
Modified: 2009-03-05 08:42 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
original undamaged sample (50.50 KB, application/msword)
2009-03-05 07:10 UTC, pmike
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description pmike 2009-03-05 07:09:20 UTC
Open sample document and re-save in DOC format. New file have damaged table.
Saving in ODT format reveals that all columns in damaged table are merged, and
borders become invisible.

framgent of content.xml from original sample:
<table:table table:name="Table1" table:style-name="Table1">
  <table:table-column table:style-name="Table1.A" /> 
  <table:table-column table:style-name="Table1.B" /> 
  <table:table-column table:style-name="Table1.C" /> 
  <table:table-row table:style-name="Table1.1">
    <table:table-cell table:style-name="Table1.A1" office:value-type="string">
      <text:p text:style-name="P2">ТеÑÑ‚</text:p> 
    </table:table-cell>
    <table:table-cell table:style-name="Table1.B1" office:value-type="string">
      <text:p text:style-name="P4">ТеÑÑ‚</text:p> 
    </table:table-cell>
    <table:table-cell table:style-name="Table1.C1" office:value-type="string">
      <text:p text:style-name="P2">ТеÑÑ‚</text:p> 
    </table:table-cell>
  </table:table-row>
  <table:table-row table:style-name="Table1.2">
    <table:table-cell table:style-name="Table1.B1" office:value-type="string">
      <text:p text:style-name="P4">ТеÑÑ‚</text:p> 
    </table:table-cell>
    <table:table-cell table:style-name="Table1.B1" office:value-type="string">
      <text:p text:style-name="P2">ТеÑÑ‚</text:p> 
    </table:table-cell>
    <table:table-cell table:style-name="Table1.C2" office:value-type="string">
       <text:p text:style-name="P4">ТеÑÑ‚</text:p> 
       <text:p text:style-name="P3" /> 
    </table:table-cell>
  </table:table-row>
</table:table>

... and from damaged:
<table:table table:name="Table1" table:style-name="Table1">
  <table:table-column table:style-name="Table1.A" /> 
  <table:table-row table:style-name="Table1.1">
    <table:table-cell table:style-name="Table1.A1" office:value-type="string">
      <text:p text:style-name="P2">
      <text:span text:style-name="T1">ТеÑтТеÑтТеÑÑ‚</text:span> 
      </text:p>
    </table:table-cell>
  </table:table-row>
  <table:table-row table:style-name="Table1.2">
    <table:table-cell table:style-name="Table1.A1" office:value-type="string">
      <text:p text:style-name="P3">
      <text:span text:style-name="T1">ТеÑтТеÑтТеÑÑ‚</text:span> 
      </text:p>
      <text:p text:style-name="P4" /> 
    </table:table-cell>
  </table:table-row>
</table:table>

might be related to http://www.openoffice.org/issues/show_bug.cgi?id=78806,
but this sample have no nested tables
Comment 1 pmike 2009-03-05 07:10:29 UTC
Created attachment 60725 [details]
original undamaged sample
Comment 2 michael.ruess 2009-03-05 08:32:38 UTC
Works fine in OOO310m4, where CWS hb19 has been integrated. See issue 99451,
issue 99024 and issue 98553. 

*** This issue has been marked as a duplicate of 99451 ***
Comment 3 michael.ruess 2009-03-05 08:42:22 UTC
Closing duplicate.