[Libreoffice-bugs] [Bug 114271] Assertion failure when clicking on comment border in Calc

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Feb 15 13:25:15 UTC 2021


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

Aron Budea <baron at caesar.elte.hu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|WORKSFORME                  |FIXED
         Whiteboard|                            |target:6.4.0

--- Comment #10 from Aron Budea <baron at caesar.elte.hu> ---
(In reply to Eike Rathke from comment #9)
> Assertions only happen in debug builds. Did you try a debug build?
Yes. The only thing I couldn't check is whether I'm taking the right steps,
because I don't have the original build anymore.

I'm seeing the following in the console:

warn:svx:777121:777121:svx/source/svdraw/svdedxv.cxx:1067: SdrBeginTextEdit
called when IsTextEdit() is already true.
warn:legacy.osl:777121:777121:sc/source/ui/Accessibility/AccessibleDocument.cxx:994:
here is a selected shape which is not in the childlist
warn:legacy.osl:777121:777121:sc/source/ui/Accessibility/AccessibleDocument.cxx:994:
here is a selected shape which is not in the childlist
warn:legacy.osl:777121:777121:sfx2/source/control/shell.cxx:208:
SfxShell::SetUndoManager: exchanging one non-NULL manager with another non-NULL
manager? Suspicious!

Seems this was changed for bug 127941, and the fix (removing the assert) is the
following commit:
https://cgit.freedesktop.org/libreoffice/core/commit/?id=1dbaff61609d7643311b968bef69be4276b109e7
author          Jan Holesovsky <kendy at collabora.com>    2019-10-04 00:09:15
+0200
committer       Tor Lillqvist <tml at collabora.com>       2019-10-04 10:45:52
+0200

tdf#127941: Don't be _that_ eager to assert(!IsTextEdit());

-- 
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/20210215/62ba7a75/attachment-0001.htm>


More information about the Libreoffice-bugs mailing list