Search Issue Tracker
Fixed in 1.0.16
Votes
0
Found in [Package]
1.0.11
Issue ID
1158961
Regression
No
[Test Runner] Test Runner window pops out from where ever it is docked, or if something else is docked to it, when re-opened
When opening the Test Runner window it calls `s_Instance.Close();` if the window has been initialised already. This causes the window to pop out from where ever it is docked, or if something else is docked to it.
Repro steps:
1. Select Window > General > Test Runner
2. Dock Test Runner to any other window or dock another window to Test Runner
3. Select Window > General > Test Runner
Expected result:
Test Runner just gets focused
Actual result:
Test Runner pops out to its own window
I think is was introduced in 5.5.0a1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Video is not rendered in Video Player when Material Override is set as the Render Mode and a SpriteRenderer is used
- Scene.isSubScene returns True when a Scene that is not a SubScene is loaded in a build
- The Search window does not show objects with inherited components when filtering by type
- Scrolling occurs when using a shortcut with "Wheel Up" or "Wheel Down" on a selection command in a scrollable Hierarchy window
- Shortcut fails to trigger when using KeyCode.WheelUp with ShortcutModifiers.Shift
Add comment