<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - CRASH using Ctrl+End in Object Catalog"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=132143">132143</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>CRASH using Ctrl+End in Object Catalog
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>7.0.0.0.alpha0+ Master
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Keywords</th>
          <td>bibisected, bisected, regression
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>BASIC
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>mikekaganski@hotmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>caolanm@redhat.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>1. Open LibreOffice; create a new document (e.g., a text document, or a
spreadsheet)
2. Tools->Macros->Edit Macros

  => the cursor is automatically in Object Catalog's "My Macros &
Dialogs/Standard/Module1"

3. Press Ctrl+End

  => CRASH.

When bisecting, sometimes in bad builds, on Ctrl+Enter it moved to the last
entry Untitled 1's "Standard" subelement; collapcing it, then selecting initial
node again, and repeating Ctrl+End crashed it. In good builds, it always moved
to Untitled 1 without expanding it.

Regression after
<a href="https://git.libreoffice.org/core/+/1ac2c003a237af28132d34946f76b57652e20a47">https://git.libreoffice.org/core/+/1ac2c003a237af28132d34946f76b57652e20a47</a>

<span class="quote">> author Caolán McNamara <<a href="mailto:caolanm@redhat.com">caolanm@redhat.com</a>>       Tue Feb 11 12:15:00 2020 +0000
> weld ObjectCatalog</span >

The problem seems to be that when it moved to the last entry, it selected that
entry in SvImpLBox::m_pCursor, then detected that it's dummy entry in
IMPL_LINK_NOARG(SalInstanceTreeView, ExpandingHdl, SvTreeListBox*, bool),
deleted it (but the m_pCursor in m_xTreeView->pImpl was kept)...</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>