https://bugs.documentfoundation.org/show_bug.cgi?id=153910
Bug ID: 153910
Summary: textbox in Writer does not resolve
style:writing-mode="page" to the writing mode of the
page
Product: LibreOffice
Version: 7.6.0.0 alpha0+ Master
Hardware: x86-64 (AMD64)
URL: https://docs.oasis-open.org/office/OpenDocument/v1.3/o
s/part3-schema/OpenDocument-v1.3-os-part3-schema.html#
__RefHeading__1420264_253892949
OS: Windows (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Writer
Assignee: [email protected]
Reporter: [email protected]
Created attachment 185683
--> https://bugs.documentfoundation.org/attachment.cgi?id=185683&action=edit
Page style with vertical writing mode
The page style in the attached document is set to "Right-to-Left (vertical)".
That is the writing mode suitable for texts in East Asian scripts.
All places relevant for the text box are set to style:writing-mode="page" in
the file markup.
Open the file. Error: The text in the text box is horizontal. The text should
be vertical, see the linked part of the ODF spec.
The API shows TextWritingMode="LR_TB" and WritingMode="0", corresponding to the
wrong rendering.
A text box is able to render vertical text. There even exists a predefined text
box for vertical text. So the problem is not the rendering itself, but the fact
that vertical rendering is not used.
--
You are receiving this mail because:
You are the assignee for the bug.