<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Fileopen DOCX: Vertical Text in Tables incorrectly positioned"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=117906#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Fileopen DOCX: Vertical Text in Tables incorrectly positioned"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=117906">bug 117906</a>
              from <span class="vcard"><a class="email" href="mailto:marklh9@gmail.com" title="Mark Hung <marklh9@gmail.com>"> <span class="fn">Mark Hung</span></a>
</span></b>
        <pre>(In reply to Luke from <a href="show_bug.cgi?id=117906#c4">comment #4</a>)
<span class="quote">> The text that is correctly positioned uses
> Table Format->Text Flow->Text Orientation = "Vertical"

> The incorrectly positioned vertical text uses:
> Table Format->Text Flow->Text Orientation = "Horizontal"
> with a Character->Position->Rotation = 90


> One approach to fixing this might be to add a new Vertical 90, Text Flow
> option. Otherwise, we'd probably need a special compatibility mode to avoid</span >

ODF allows writing-mode to be "tb-lr" in table cells[1] and it is already
supported. One can manually crafts odt files and they format correctly. On the
page level, it's enabled by Khaled Hosny[2]. So I think it's good to add
"Vertical(Left-to-Right)" for text orientation option. We can create another
EDITING issue for this.

<span class="quote">> regressions in ODT that use character rotation in tables. </span >

What regression do you mean? I speculate that import filter for doc format try
to emulate vertical (left-to-right) with character rotation. We should use
tb-lr directly. Still need further investigation on this.

<span class="quote">> 
> Mark,
> You're working on this area now. Any thoughts on this?</span >


[1]<a href="http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part1.html#__RefHeading__1420404_253892949">http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part1.html#__RefHeading__1420404_253892949</a>
[2]<a href="https://cgit.freedesktop.org/libreoffice/core/commit/?id=930a3d462b05e111da37d31de7f60998ce9454b3">https://cgit.freedesktop.org/libreoffice/core/commit/?id=930a3d462b05e111da37d31de7f60998ce9454b3</a></pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>