Skip to content

can't drag views between windows #389

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
ratchetfreak opened this issue Jan 7, 2025 · 2 comments
Open

can't drag views between windows #389

ratchetfreak opened this issue Jan 7, 2025 · 2 comments
Labels
Debugger Pertains to the debugger. Feature Request A request for a new feature or improvement. UI Flow A request for a UI flow related feature or improvement.

Comments

@ratchetfreak
Copy link

trying to use the multiple windows option I discovered that you cannot drag views between windows.

In the same vein you cannot spawn a new window by dragging a view outside the windows.

to reproduce,

  1. start raddbg
  2. open a new window
  3. drag a view from the first window to the other.

expected behavior: focus switching to the new windows allowing easy docking between windows

observed behavior: while dragging the current window stays active while the other windows shows the generic docking options:

image


if you alt-tab while dragging you can dock the view in another windows but the drag state doesn't fully reset, the view remains dragging behind the mouse and clicking one of the docking overlays creates a duplicate view which if closed crashes the debugger.

to reproduce

  1. open a new windows
  2. start dragging a view tab
  3. alt-tab to the other window
  4. drop the view into a dock option
  5. observe the view being docked but the view drag remaining active
  6. click one of the dock options
  7. close the newly docked view
  8. crash

pressing escape instead at step 6 doesn't cause the duplicate view or crash

@ryanfleury ryanfleury added Debugger Pertains to the debugger. Feature Request A request for a new feature or improvement. UI Flow A request for a UI flow related feature or improvement. labels Jan 7, 2025
@ratchetfreak
Copy link
Author

Another issue with having multiple windows open is that it doesn't handle ending the session properly.

Closing windows one at a time makes raddbg only remember the panel layout of the final window you closed on next startup. Pretty annoying when that was one of the sub windows you opened for your other monitor.

@ryanfleury
Copy link
Collaborator

Yep - this will be fixed in next release...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Debugger Pertains to the debugger. Feature Request A request for a new feature or improvement. UI Flow A request for a UI flow related feature or improvement.
Projects
None yet
Development

No branches or pull requests

2 participants