<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - GTK3 Libreoffice writer. Problems "save as" or "save a copy" when using text box"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=123470#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - GTK3 Libreoffice writer. Problems "save as" or "save a copy" when using text box"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=123470">bug 123470</a>
              from <span class="vcard"><a class="email" href="mailto:caolanm@redhat.com" title="Caolán McNamara <caolanm@redhat.com>"> <span class="fn">Caolán McNamara</span></a>
</span></b>
        <pre>Created <span class=""><a href="http://bugs.documentfoundation.org/attachment.cgi?id=149634" name="attach_149634" title="this would work">attachment 149634</a> <a href="http://bugs.documentfoundation.org/attachment.cgi?id=149634&action=edit" title="this would work">[details]</a></span>
this would work

Looks like a SwXShape is created for the object when the box is created. If
there is no a11y, then that SwXShape is no longer needed and is discarded. Each
time we save then a new SwXShape is created and discarded.

If a11y is active, the SwXShape sticks around, so no new one is needed to be
created, just the existing one reused.

But the SwXShape is created without a view so the sort of "snapshot" mode of
SvxTextEditSourceImpl is in action where the text that exists the first time
the text is queryed sticks as the result.</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>