[Libreoffice-bugs] [Bug 106131] Crash when the anchor icon is dropped outside of the document ( steps comment 24 )

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu May 25 17:03:46 UTC 2017


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

--- Comment #29 from Armin Le Grand (CIB) <Armin.Le.Grand at me.com> ---
Problem is that there is no SwEditWin::MouseButtonUp call when releasing the
anchor handle. It should come from ImplHandleMouseEvent winproc.cxx, but does
not. This is clearly an error, a MouseButtonDown *not* followed by a
MouseButtonUp. This leads to SwAnchorMarker containing a non-valid pointer to
SdrHdl. If that is acessed using m_pAnchorMarker->GetHdl()->SetSelected(false)
it crashes.
Lets see why there is no MouseButtonUp event...

-- 
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/20170525/51c749df/attachment.html>


More information about the Libreoffice-bugs mailing list