We use docx4j 8.3.1
I have problems with the preview in docx documents.
We use a document template containing content controls.
A document is created with MS Word (Office 2019) using this template.
Later the contents of some content controls are changed programatically with docx4j.
One content control is part of the "normal" text, two other content controls are in the footer.
If the document is opened in Word, it looks correct, but the preview is not updated correctly.
Only the content control in the text is updated, the content controls in the footer are not.
Update to docx4j 8.3.4 didn't solve the problem