<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Strange placeholders appear for charts after loading"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=108643#c5">Comment # 5</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Strange placeholders appear for charts after loading"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=108643">bug 108643</a>
from <span class="vcard"><a class="email" href="mailto:azeemmysore@gmail.com" title="Mohammed Abdul Azeem <azeemmysore@gmail.com>"> <span class="fn">Mohammed Abdul Azeem</span></a>
</span></b>
<pre>Actually, this bug is caused by
<a href="https://cgit.freedesktop.org/libreoffice/core/commit/?id=74844277cc2194c9e43f5bd7a6f78a9603da32f3">https://cgit.freedesktop.org/libreoffice/core/commit/?id=74844277cc2194c9e43f5bd7a6f78a9603da32f3</a>
author Caolán McNamara <<a href="mailto:caolanm@redhat.com">caolanm@redhat.com</a>> 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
<a href="https://cgit.freedesktop.org/libreoffice/core/commit/?id=4ccd991f6a6ca680ac2b7513ab3853e1ba9c71a3">https://cgit.freedesktop.org/libreoffice/core/commit/?id=4ccd991f6a6ca680ac2b7513ab3853e1ba9c71a3</a>
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.</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>