<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Crash when the anchor icon is dropped outside of the document ( steps comment 24 )"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=106131#c29">Comment # 29</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Crash when the anchor icon is dropped outside of the document ( steps comment 24 )"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=106131">bug 106131</a>
              from <span class="vcard"><a class="email" href="mailto:Armin.Le.Grand@me.com" title="Armin Le Grand (CIB) <Armin.Le.Grand@me.com>"> <span class="fn">Armin Le Grand (CIB)</span></a>
</span></b>
        <pre>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...</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>