Bug 135692 - FILEIMPORT DOCX: Page break for a table on top of the first page on export to DOCX
Summary: FILEIMPORT DOCX: Page break for a table on top of the first page on export to...
Status: RESOLVED DUPLICATE of bug 118711
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
Inherited From OOo
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: DOCX-Tables Writer-Page-Break
  Show dependency treegraph
 
Reported: 2020-08-13 09:21 UTC by Telesto
Modified: 2020-12-10 14:02 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments
Example file (8.32 KB, application/vnd.oasis.opendocument.text)
2020-08-13 09:21 UTC, Telesto
Details
The example file and its docx-version in 7.2alpha (84.69 KB, image/png)
2020-12-03 14:08 UTC, NISZ LibreOffice Team
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Telesto 2020-08-13 09:21:28 UTC
Description:
FILEEXPORT DOCX: Page break for a table on top of the first page on export to DOCX

Steps to Reproduce:
1. Open the attached file
2. Table -> Properties -> Text flow -> Break is unchecked
3. File Save as DOCX
4. File reload
5. Table -> Properties -> Text flow -> Break is checked

Actual Results:
Page break is checked

Expected Results:
Probably not?


Reproducible: Always


User Profile Reset: No



Additional Info:
Found in
Version: 7.1.0.0.alpha0+ (x64)
Build ID: <buildversion>
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: nl-NL (nl_NL); UI: en-US
Calc: CL

andin
3.3.0
Comment 1 Telesto 2020-08-13 09:21:41 UTC
Created attachment 164233 [details]
Example file
Comment 2 NISZ LibreOffice Team 2020-12-03 14:08:55 UTC
Created attachment 167798 [details]
The example file and its docx-version in 7.2alpha

Repro in:

Version: 7.2.0.0.alpha0+ (x64)
Build ID: 4e63ec27b69fa01ff610c894c9fbf05c377a6179
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: default; VCL: win
Locale: en-US (hu_HU); UI: en-US
Calc: CL
Comment 3 Justin L 2020-12-10 11:29:16 UTC
This is because import assigns a PROP_PAGE_DESC_NAME even to the default style, and the table notices and takes on the property as well.
So this is effectively a duplicate of 118711

*** This bug has been marked as a duplicate of bug 118711 ***