https://bugs.documentfoundation.org/show_bug.cgi?id=166529
Mike Kaganski <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.documentfounda | |tion.org/show_bug.cgi?id=10 | |6062 --- Comment #8 from Mike Kaganski <[email protected]> --- Likely, this is an XY problem. And yes, this is invalid, but to clarify: 1. Opening the ODT from comment 0 works as it should. 2. Opening a DOC/RTF/DOCX from comment 5 has NoGapAfterNoteNumber enabled as it should. - but - 3. Opening a DOC/RTF/DOCX from comment 5 should have a tab in the endnote, as it has in Word, and in the word/endnotes.xml; but there isn't that tab on import. And THAT is because we used to export that tab when writing these file formats (because that's the only way way to create the spacing there); but we used to filter that tab out on import, because we didn't support the word-compatibility mode previously - and having *both* our spacing, *and* a tab, would mean double spacing. So now, when we support the compat mode, we need to stop filtering the tab out. As said, the XY problem (trying to "fix" an ODT, that shows as it should; or pointing to the enabled compat flag where it is enabled correctly, instead of explaining the *actual* problem of the spacing present before roundtrip, but lost after the roundtrip, *where Word has it*) - makes this bug inappropriate to track that actual problem. Please create a *proper* bug report. -- You are receiving this mail because: You are the assignee for the bug.
