[Libreoffice-bugs] [Bug 132091] New: DOCX formtext content is lost after filling
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Apr 14 07:02:14 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=132091
Bug ID: 132091
Summary: DOCX formtext content is lost after filling
Product: LibreOffice
Version: 6.4.0.0.alpha0+
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Writer
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: vasily.melenchuk at cib.de
Description:
A document containing filling form (FORMTEXT) in some cases can lose content
after filling.
Steps to Reproduce:
1. Open attached document (test.docx)
2. Double click form value (text "ASDF") to select it all. Important step, if
previous content is removed in a different way bug can not appear.
3. Enter new text value. Previous will be removed/owerwritten.
4. Save and reopen document.
Actual Results:
FORMTEXT value is not displayed.
Expected Results:
User should see same text he enters on step 3.
Reproducible: Always
User Profile Reset: No
Additional Info:
As far as I found during look into document structure, result is actually
written into resulting DOCX, but for unknown to me reasons it is written
*before* field separator.
So instead
- fldChar begin
- FORMTEXT
- fldChar separate
- ASDF
- fldChar end
we have in this scenario:
- fldChar begin
- FORMTEXT
- ASDF
- fldChar separate
- fldChar end
--
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/20200414/b6d7aa6a/attachment-0001.htm>
More information about the Libreoffice-bugs
mailing list