binaryninja-api
binaryninja-api copied to clipboard
Navigating back or forward does not highlight function in symbols window
Version and Platform (required):
- Binary Ninja Version: 3.1.3469
- OS: Windows
- OS Version: 11
- CPU Architecture x64
Steps To Reproduce:
- Double click a function in symbols windows and see that it gets highlighted in green.
- Double click on a function from decompiler window and see that the function is gets highlighted and focused in symbols window.
- Now navigate back by pressing ESC and see that current function is not highlighted and focused.
- You can also see that navigating forward results the same thing.
Expected Behavior: I expect that current functions highlighted and focused in symbols windows when navigating back and forward.
I wasn't able to reproduce this on 3.1.3466 (stable) or on latest dev on macOS. I'll try it later today on Windows 11.
After navigating back to _start by pressing ESC it still highligts sub_401000.
There is another bug by the way. In the first startup, the first function bn focused which is _start in this example is not highlighed too.
This repros for me on 3.1.3572-dev on Windows 11. @psifertex says it repros on macOS as well for both stable and dev, so I'm not sure what I was doing differently before.
Oh heh I just created this same issue a few days ago #3350 The number of pane splits matters
This is no longer an issue because the new Symbols sidebar doesn't show the current selection.