[Libreoffice-bugs] [Bug 123470] GTK3 Libreoffice writer. Problems "save as" or "save a copy" when using text box

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Feb 27 16:12:22 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=123470

--- Comment #4 from Caolán McNamara <caolanm at redhat.com> ---
Created attachment 149634
  --> https://bugs.documentfoundation.org/attachment.cgi?id=149634&action=edit
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.

-- 
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/20190227/bc3d7444/attachment.html>


More information about the Libreoffice-bugs mailing list