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

Window disappears after dragging and dropping #301

Closed
xiejiang2014 opened this issue Sep 23, 2023 · 3 comments · Fixed by #324
Closed

Window disappears after dragging and dropping #301

xiejiang2014 opened this issue Sep 23, 2023 · 3 comments · Fixed by #324

Comments

@xiejiang2014
Copy link

run demo
Set tool5 as a floating window,
Drag tool5 into tool6,
Expected:revert to initial state
Actual: tool5 & tool6 disappeared; tool7 & tool8 were abnormally positioned.

It cannot be reproduced every time

gif:
Window disappears after dragging and dropping

@ClxS
Copy link

ClxS commented Oct 23, 2023

I've had something similar to this occur as well. I've tracked it down to the changes introduced in the IsEmpty PR #298, locally reverting these changes stopped it for me.

In my particular case it wasn't even a floating window being redocked that caused it. With an Unreal Editor style dock layout, docking my top left Tool to the bottom quadrant of the bottom right pane would cause both of them to disappear. In my case it's a 100% reproduction.

@jl0pd
Copy link

jl0pd commented Oct 28, 2023

It's easy to reproduce with Notepad sample, either

  1. drag replace to be above find
  2. drag find to be below replace, then drag replace to be below find

@BAndysc
Copy link
Contributor

BAndysc commented Mar 8, 2024

Fixed by #324

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants