<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - CRASH: Changing vertical alignment"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=138512#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - CRASH: Changing vertical alignment"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=138512">bug 138512</a>
from <span class="vcard"><a class="email" href="mailto:serval2412@yahoo.fr" title="Julien Nabet <serval2412@yahoo.fr>"> <span class="fn">Julien Nabet</span></a>
</span></b>
<pre>With this patch, I don't reproduce the crash with gtk3:
diff --git a/sw/source/core/access/accmap.cxx
b/sw/source/core/access/accmap.cxx
index 8f3543dcd4df..e4e33ab26bdb 100644
--- a/sw/source/core/access/accmap.cxx
+++ b/sw/source/core/access/accmap.cxx
@@ -2749,7 +2749,7 @@ void SwAccessibleMap::InvalidateCursorPosition( const
SwFrame *pFrame )
for (SwAccessibleParagraph* pAccPara : m_setParaRemove)
{
- if(pAccPara && pAccPara->getSelectedAccessibleChildCount() == 0 &&
pAccPara->getSelectedText().getLength() == 0)
+ if(pAccPara && pAccPara->GetFrame() &&
pAccPara->getSelectedAccessibleChildCount() == 0 &&
pAccPara->getSelectedText().getLength() == 0)
{
if(pAccPara->SetSelectedState(false))
{
but don't know if it's the right way to fix this.</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>