[Libreoffice-bugs] [Bug 126366] New: Writer: Numbering problem in Mail Merge toolbar
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Jul 12 13:43:42 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=126366
Bug ID: 126366
Summary: Writer: Numbering problem in Mail Merge toolbar
Product: LibreOffice
Version: 6.1.5.2 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Writer
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: amaldonado at linagora.com
Description:
When navigating through Mail Merge entries, the numbering is incorrect.
Steps to Reproduce:
1. In Writer, enable Mail Merge toolbar (View > Toolbars > Mail Merge)
2. Enable Data Sources (View > Data Sources)
3. Open the built-in table 'biblio'
4. Select the 'Identifier' column and drag&drop it into the document
Actual Results:
The counter is set to -1. If I click on the right arrow (Next Mail Merge
Entry), the counter changes successively to 1,1,3,3,5,5,...
Expected Results:
The counter should be set to 1. Clicking on the right arrow should change it
successively to 2,3,4,5...
Reproducible: Always
User Profile Reset: Yes
OpenGL enabled: Yes
Additional Info:
I found that there are two commits that generate a regression:
- cbf3e0d241: tdf#121607 defer other requests until password dialog is
dismissed
- 60714a8148: tdf#121606: displaying Mail Merge toolbar shouldn't activate
connection
Before cbf3e0d241, the counter starts at 1 and updates as expected: 2,3,4,5,...
After cbf3e0d241 and before 60714a8148: 1,2,2,4,4,6,6,...
After 60714a8148: -1,1,1,3,3,5,5,...
Note: I found those commits while doing bisects with bibisect-linux-64-6.1
Note 2: I still get -1,1,1,3,3,5,5,... on:
Version: 6.4.0.0.alpha0+
Build ID: b9a7be7731ee7f03c8aa5498aa890b34552c94b1
CPU threads: 4; OS: Linux 5.1; UI render: default; VCL: gtk3;
Locale: en-US (en_US.UTF-8); UI-Language: en-US
Calc: threaded
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190712/a5757542/attachment.html>
More information about the Libreoffice-bugs
mailing list