You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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](https://private-user-images.githubusercontent.com/44390984/270108736-b0a6ece9-51e4-4a0c-bf08-44627c6697dd.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5OTY0MjYsIm5iZiI6MTczODk5NjEyNiwicGF0aCI6Ii80NDM5MDk4NC8yNzAxMDg3MzYtYjBhNmVjZTktNTFlNC00YTBjLWJmMDgtNDQ2MjdjNjY5N2RkLmdpZj9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDA2Mjg0NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTY0ODY0NWZkMDgzM2M4OWJlOGYwNjEwM2I5NGI4NzdjNDBmNzBmZTliNDRlOWRlNDExZTk3OGEyYzJkNDI2ZjEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.cXdNcsswvM7Em2XRzNvHI9VoxBCiuhCC1wUs_yM8MUA)
The text was updated successfully, but these errors were encountered: