Skip to content
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

can't drag views between windows #389

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

can't drag views between windows #389

ratchetfreak opened this issue Jan 7, 2025 · 0 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
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