[Libreoffice-bugs] [Bug 118328] New: Everytime a .docx document is open in Libreoffice Writer a tabulation is added at the beginning of every footnote.
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sat Jun 23 08:50:25 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=118328
Bug ID: 118328
Summary: Everytime a .docx document is open in Libreoffice
Writer a tabulation is added at the beginning of every
footnote.
Product: LibreOffice
Version: 6.0.3.2 release
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: LibreOffice
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: emi.nerba at gmail.com
Description:
This happens everytime I open the document: a tabulation is added, and it has
to be removed by hand, or it will be saved and other tabulations at the next
opening of the file will follow. With the .odt format it works fine, but
problems begin as soon as you save it as .docx
Steps to Reproduce:
1. Open a .docx document with Libreoffice
2.
3.
Actual Results:
A tabulation is added between the number and the text of every footnote
Expected Results:
There would have been no tabulation
Reproducible: Always
User Profile Reset: Yes
Additional Info:
I have checked the footnote.xml file and noticed that actually a tabulation is
added after opening the .docx document:
<w:rStyle w:val="Caratterinotaapidipagina"/>
</w:rPr>
<w:footnoteRef/>
</w:r>
<w:r>
<w:rPr>
<w:rStyle w:val="Caratterinotaapidipagina"/>
</w:rPr>
<w:tab/>
</w:r>
<w:r>
<w:rPr>
<w:rStyle w:val="Caratterinotaapidipagina"/>
</w:rPr>
<w:tab/> #HERE
<w:tab/>
<w:t xml:space="preserve"> </w:t>
</w:r>
<w:r>
<w:rPr>
<w:rFonts w:cs="Times New Roman" w:ascii="Times New Roman" w:hAnsi="Times New
Roman"/>
<w:lang w:val="en-US"/>
</w:rPr>
<w:t xml:space="preserve">
I am grateful...
--
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/20180623/1bfa1a4e/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list