Vector35 / binaryninja-api

Public API, examples, documentation and issues for Binary Ninja
https://binary.ninja/
MIT License
942 stars 213 forks source link

Floating Sidebar widgets do not stay on top on Windows #6085

Closed galenbwill closed 2 weeks ago

galenbwill commented 3 weeks ago

Version and Platform (required):

Bug Description: When sidebar widgets are put in "Floating" mode, they do not also remain on top, making them hard to refocus if the floating widget gets covered by any other window (including Binary Ninja and other widgets).

Steps To Reproduce: Please provide all steps required to reproduce the behavior:

  1. Right click on any sidebar widget's icon, select "Floating"
  2. Observe the sidebar widget pop out
  3. Click on the main window
  4. Observe the sidebar widget get covered and the only way to reactivate it is to uncover it, or click its icon twice to hide and show it.

Expected Behavior: Sidebar widgets in Floating mode should be always-on-top (like they are on macOS)

plafosse commented 2 weeks ago

Duplicate of https://github.com/Vector35/binaryninja-api/issues/5105