[Libreoffice-bugs] [Bug 108643] Strange placeholders appear for charts after loading

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sat Jun 24 23:39:15 UTC 2017


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

Mohammed Abdul Azeem <azeemmysore at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |caolanm at redhat.com

--- Comment #4 from Mohammed Abdul Azeem <azeemmysore at gmail.com> ---
Actually, this bug is caused by
https://cgit.freedesktop.org/libreoffice/core/commit/?id=74844277cc2194c9e43f5bd7a6f78a9603da32f3
author  Caolán McNamara <caolanm at redhat.com>    2016-09-13 14:26:41 (GMT)

Specifically, by this modification:
-        changeState( embed::EmbedStates::RUNNING );
+        awt::Size aOrigSize = getVisualAreaSize(nAspect);
+        changeState(embed::EmbedStates::RUNNING);
+        if (aOrigSize != getVisualAreaSize(nAspect))
+            setVisualAreaSize(nAspect, aOrigSize);

We had some reference issues created by my earlier commit
https://cgit.freedesktop.org/libreoffice/core/commit/?id=4ccd991f6a6ca680ac2b7513ab3853e1ba9c71a3
which was somehow masking this bug and it resurfaced when we fixed that in the
commit mentioned in an above comment.

I'm adding Cc to Caolán McNamara, please do take a look.

-- 
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/20170624/b67f2134/attachment.html>


More information about the Libreoffice-bugs mailing list