dnSpyEx / dnSpy

Unofficial revival of the well known .NET debugger and assembly editor, dnSpy
GNU General Public License v3.0
6.73k stars 450 forks source link

Search results keeps refreshing #307

Closed ghost closed 6 months ago

ghost commented 6 months ago

dnSpyEx version

6.5.0

Describe the Bug

When double clicking the names in the search results, it refreshes and scrolls to random positions.

How To Reproduce

  1. Click on "search" button
  2. Search whatever you like
  3. Double click on the names

Expected Behavior

Search results should NOT refresh after double clicking, just like on 6.3.0 and below

https://github.com/dnSpyEx/dnSpy/assets/127546925/c1e50671-e66b-4878-a773-ff9a3085e789

Actual Behavior

Search results refreshes and scrolls to random positions. This is ridiculous

https://github.com/dnSpyEx/dnSpy/assets/127546925/5d131be0-4642-4c08-ae46-1c6efd832496

Additional Context

No response