[Libreoffice-bugs] [Bug 134562] Crash when focusing a figure using the Styles Inspector
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Jul 6 19:16:07 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=134562
--- Comment #3 from Shivam Kumar Singh <shivamhere247 at gmail.com> ---
(In reply to Heiko Tietze from comment #0)
> Insert formatted dummy text (or something with an image) and click on the
> image. That crashes the app.
I confirm that behaviour with
Version: 7.1.0.0.alpha0+
Build ID: 5e9d1777db5c7f6ec6542818b056341cb90f6dd1
CPU threads: 8; OS: Linux 4.15; UI render: default; VCL: gtk3
Locale: en-IN (en_IN); UI: en-US
Calc: threaded
The issue is mainly in declaring instance of text::XTextRange in
WriterInspectorTextPanel.cxx.
https://opengrok.libreoffice.org/xref/core/sw/source/uibase/sidebar/WriterInspectorTextPanel.cxx?r=4b8abb3d#132
Everytime this assumes that the current cursor point has some text node, and
from that tries to extracts all the propertyset.
There should be condition check if TextNode exists or not.
--
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/20200706/eda3e635/attachment.htm>
More information about the Libreoffice-bugs
mailing list