Search Issue Tracker
Fixed in 2019.3.X
Votes
0
Found in
2019.3.0a11
Issue ID
1175405
Regression
No
[Linux][Editor] All window generated from Package Manager is blocked by it.
When a conversation window is generated from Package Manager window, it is put BEHIND the Package Manager window and completely blocked by it. And since sometimes it requires user input, the Package Manager window freezes in place, and the only way to see it is to move the Editor itself. Other time when Package Manager needs to recompile scripts due to adding/removing packages, the Editor window also freezes in place. Since the progress bar window is not visible to the user, it looks like the whole Editor perfed, but in reality, it is just in the middle of compiling.
Repro:
1. Create a new project
2. Top Menu -> Windows -> Package Manager
3. Remove any exist package
4. Try to move Package Manager window or do any action in the Editor
5. Move the Editor window
Expected:
The window generated from Package Manager window appears on top of it.
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
- GameObject doesn't execute animation the way it's supposed to until any GameObject in the Hierarchy is selected when in the Play Mode
- PropertyField does not properly render its field when changing it back from a valid Asset to "None"
- "ArgumentException: Input Button Enable Debug Button 1 is not set" is thrown when "Enable Debug Button 1" is deleted
- Duplicate invocations when Enabling InputActions during handling an input action
- "Assertion failed on expression" exceptions are thrown when using IJobParallelForTransformExtensions.RunReadOnly
Resolution Note (fix version 2019.3):
Fixed modal dialog boxes from being allowed to fall behind other editor windows.