-
-
Notifications
You must be signed in to change notification settings - Fork 104
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
Comments
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. |
It's easy to reproduce with Notepad sample, either
|
Fixed by #324 |
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:
The text was updated successfully, but these errors were encountered: