Search Issue Tracker
By Design
Votes
0
Found in
2019.4
2020.1.4f1
2020.2
Issue ID
1273031
Regression
No
Errors and inability to interact with window when docked and redocked
Reproduction steps:
1. Open attached project "Charts.zip"
2. In Menu, open Test/Test Window
3. Dock the Test Window above the Game View
4. Observe Console window
5. Dock the Test Window next to the Inspector window
6. Observe and try to close/interact with the previous and current positions of the Test Window
Expected results: No errors, ability to interact with and close the Test Window
Actual result: "ObjectDisposedException" console error, inability to interact, only closes after second "Close Tab" action
Reproducible with: 2019.4.10f1, 2020.1.6f1, 2020.2.0b3
Could not test with: 2018.4.27f1 (console errors break project)
Notes:
1. When relaunching Unity, the "ghost" window, docked above the Game View, loads without problem
2. Repositioned Test Window closes after the second "Close Tab" action
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
Resolution Note:
UI Elements are not persisted (nor their data or states) so it's up to the user to ensure the survival of associated data. UI Elements are always recreated so you cannot rely on them to survive a domain reload or a simple recreation.