[Libreoffice-bugs] [Bug 108612] FORMATTING Comment boxes: dimensions and position lost at copy

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Jul 3 18:35:02 UTC 2017


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

--- Comment #11 from Eike Rathke <erack at redhat.com> ---
Nothing suspicious so far. With the commit Raal identified and a screenshot he
sent me, I suspect that under some unknown circumstances
ScDocument::IsClipboardSource() returns true when it should not (which is the
only possibility where the identified commit comes into play). There is one
step in the reproduction scenario, copying A10 to the clipboard when A4 was
already copied, where the first clipboard document is destroyed and
ScDocument::IsClipboardSource() is called.

Now, if someone who can reproduce the bug and has debug capabilities could set
a breakpoint in sc/source/core/data/documen2.cxx ScDocument::~ScDocument() on
the call to IsClipboardSource(), then after having copied A4 already when
copying A10 into the clipboard the breakpoint should be hit. Stepping into
IsClipboardSource() it should not return true, but if it does it would be good
to know why and what made it think it should..

-- 
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/20170703/040e84e6/attachment.html>


More information about the Libreoffice-bugs mailing list