[Libreoffice-bugs] [Bug 146491] FILEEXPORT DOCX: Unexpected hidden fields in DOCX document

2022-01-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146491

Justin L  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |jl...@mail.com
   |desktop.org |

--- Comment #7 from Justin L  ---
This appears to be revertable. Something else must have altered the way
sections/page styles are handled.

Proposed revert at http://gerrit.libreoffice.org/c/core/+/128041

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146491] FILEEXPORT DOCX: Unexpected hidden fields in DOCX document

2022-01-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146491

Telesto  changed:

   What|Removed |Added

 CC||rayk...@gmail.com

--- Comment #6 from Telesto  ---
@Justin
>From bug 146490 comment 3 (Jim Raykowski)
> The grayed out field seems to me to be a bug with header/footer handling of
> fields. We could sweep it under the carpet by not displaying fields in the
> header/footer that are in hidden state. What do you think? Maybe discuss in
> a separate ticket?

What's your opinion. Acceptable approach? In general not big fan of this type
of workaround, but well it's a quick fix

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146491] FILEEXPORT DOCX: Unexpected hidden fields in DOCX document

2022-01-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146491

Justin L  changed:

   What|Removed |Added

   Priority|medium  |low
   Severity|normal  |trivial

--- Comment #5 from Justin L  ---
An easier test is to look at the number of Page Styles. There are 11 Converted
page-styles, while previously there were none. I expect that this field -
contained in a footer - is being copied to each of these 11 styles.

This change occurred in 6.3 master, and backported to 6.2.0.1

The same is true for DOC format - probably since LO 6.3/6.2.0.2
commit 0a6c609bdc89dd0317d3f5013c13d85d50d30669
Author: Justin Luth on Thu Jan 3 20:23:54 2019 +0300

tdf#122429/tdf#122431 ww8export: export H/F to default section

Just like bug 121374 for DOCX, which was just fixed in LO62,
DOC apparently also sometimes can miss out on headers and footers.

It wouldn't be terrible to duplicate headers/footers
unnecessarily, but it is terrible to have them disappear.
If the last SectPr has no idea about the section start,
it can't know whether it is continuous or started with
a page break. In that case, just ensure that the
header and footer are explicitly written out.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146491] FILEEXPORT DOCX: Unexpected hidden fields in DOCX document

2021-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146491

zcrhonek  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected, bisected
 CC||jl...@mail.com

--- Comment #4 from zcrhonek  ---
This seems to have begun at the below commit.
Adding Cc: to Justin Luth ; Could you possibly take a look at this one?
Thanks

6b7147f2c4c488b749216f7d0bb134d562ed266f is the first bad commit
commit 6b7147f2c4c488b749216f7d0bb134d562ed266f
Author: Jenkins Build User 
Date:   Wed Dec 19 21:48:55 2018 +0100

source sha:e6f5dec3250b4d26bc4bb485fad2100ee29a3528

https://gerrit.libreoffice.org/c/core/+/65363
  tdf121374 ooxmlexport: export H/F to default section

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146491] FILEEXPORT DOCX: Unexpected hidden fields in DOCX document

2021-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146491

zcrhonek  changed:

   What|Removed |Added

 CC||zcrho...@gmail.com
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #3 from zcrhonek  ---
I can confirm with Version: 7.4.0.0.alpha0+ / LibreOffice Community
Build ID: c13db6e792cc3474585f23866f195651f21f
CPU threads: 4; OS: Linux 5.11; UI render: default; VCL: gtk3
Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US
Calc: threaded Jumbo

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146491] FILEEXPORT DOCX: Unexpected hidden fields in DOCX document

2021-12-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146491

Telesto  changed:

   What|Removed |Added

   Keywords||bibisectRequest
Summary|UI: Unexpected mentioning   |FILEEXPORT DOCX: Unexpected
   |of (hidden) fields in DOCX  |hidden fields in DOCX
   |document|document
Version|7.4.0.0 alpha0+ Master  |6.2.0.3 release

--- Comment #2 from Telesto  ---
I initially assumed a Navigator UI bug, but well this appears to be an export
issue.

Fields are only visible in the navigator with a recent version of LibO. 

STR.
1. open the attached file
2. Export it to DOCX
3. Open the exported file with master or some recent version of LibO, notice
the hidden fields

Hidden fields are exported with
Version: 6.2.9.0.0+ (x86)
Build ID: 5f01fe15eb2661f1f9ce12d1d99dc2a705b462ee
CPU threads: 4; OS: Windows 6.3; UI render: default; VCL: win; 
Locale: nl-NL (nl_NL); UI-Language: en-US
Calc: CL

but not with
Version: 6.1.0.0.beta1+
Build ID: da49f4aeb8d5e9a7d2cba8855d911e7cc1d2f1e2
CPU threads: 4; OS: Windows 6.3; UI render: default; 
Locale: nl-NL (nl_NL); Calc: CL

-- 
You are receiving this mail because:
You are the assignee for the bug.