https://bugs.documentfoundation.org/show_bug.cgi?id=155674
Bug ID: 155674
Summary: MAILMERGE: next record hides all fields during edit
(output result is OK)
Product: LibreOffice
Version: 7.5.3.2 release
Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Writer
Assignee: [email protected]
Reporter: [email protected]
Description:
Hello,
I created a simple ods named data, a single sheet tb1 with Field1, Field2 and
Field3
field1 field2 field3
a 1 !
b 2 @
c 3 #
And then I used it in a writer doc:
Num: <Record number:data.tb1> Field1: <data.tb1.field1> Field 2:
<data.tb1.field2> Field 3: <data.tb1.field3>
Num: <Record number:data.ods> Field1: <data.tb1.field1> Field 2:
<data.tb1.field2> Field
When I generate the final doc, I do get the right output:
Num: 1 Field1: a Field2: 1 Field3: !
Num: 2 Field1: b Field2: 2 Field3: @
<new page>
Num: 3 Field1: c Field2: 3 Field3: #
But when I'm editing it and select a record using the maildirect toolbar, I
get:
Num: 1 Field1: a Field2: 1 Field3: !
Num: 1 Field1: Field2: Field3: !
With record number repeating the last one used and all other fields empty.
Steps to Reproduce:
1. Create any mail merge doc with two records per page
2. see the problem
Actual Results:
I cannot preview the multiple records
Expected Results:
It should look like the final output when I merge the records
Reproducible: Always
User Profile Reset: Yes
Additional Info:
Reproduced with version 7.3 as well.
--
You are receiving this mail because:
You are the assignee for the bug.