[Libreoffice-bugs] [Bug 72017] FILEOPEN: DOCX: RTL paragraphs with left alignment open with right alignment and vice versa
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Oct 16 08:23:05 UTC 2017
https://bugs.documentfoundation.org/show_bug.cgi?id=72017
--- Comment #7 from Justin L <jluth at mail.com> ---
I don't see any bibisect info, but I can confirm that the document opens this
way from earliest times (bibisect43all 3.5 is as far back as I can go.)
I disagree with comment 3 - the first two (empty) paragraphs are right aligned,
and the rest or left aligned - same as always.
Comment 6 is a little misleading. The first two paragraphs have XML that look
like that - but those two paragraphs are also right-aligned. The remaining
paragraphs (which are left aligned) all specify left alignment.
<w:pPr>
<w:pStyle w:val="Normal"/>
<w:jc w:val="left"/>
<w:rPr>
<w:rtl w:val="true"/>
<w:lang w:bidi="ar-AE"/>
</w:rPr>
</w:pPr>
<w:r>
<w:rPr>
<w:rtl w:val="true"/>
<w:lang w:bidi="ar-AE"/>
</w:rPr>
</w:r>
I'd say that LO is doing things properly. "The possible values for this
attribute [w:jc] are always specified relative to the page, and do not change
semantic from right-to-left and left-to-right documents."
I'd mark this as NotABug since the document is corrupt.
--
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/20171016/cd957b18/attachment.html>
More information about the Libreoffice-bugs
mailing list