Search Issue Tracker
Fixed
Fixed in 6000.3.0a5
Votes
0
Found in
6000.3.0a4
Issue ID
UUM-113485
Regression
Yes
Save to file/Open popup window appears behind the UI Builder window when the Open/Save File button is pressed on linux
Steps to reproduce:
- Create a new Unity project using the Universal 3D template
- Create a UI Document asset (Assets > Create > UI Toolkit > UI Document)
- Double click the new UI Document asset to open it in the UI Builder window
- Click the "File" button at the top of the Viewport
- Select either "Open..." or "Save as..." options
- Observe the Editor
Actual results: The Open/Save popup window appears behind the UI Builder window
Expected results: The Open/Save popup window appears on top of the UI Builder window
Reproducible with versions: 6000.3.0a2, 6000.3.0a4
Not reproducible with versions: 6000.0.54f1, 6000.1.14f1, 6000.2.0b13, 6000.3.0a1
Tested on (OS): Ubuntu 24.04
Notes:
- Does not reproduce on macOS Silicon Sequoia 15.5
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
- [WebGPU] error with compute shader and read-only RWTexture
- Capacity-size memory is copied instead of Length-size when using UnsafeUtility.memCpy()
- Console displays "SerializedObjectNotCreatableException: Object at index 0 is null" error during Unity theme change while "Tile Palette" window is opened
- Details are not shown when Error Message is still selected after changing Log Entry Count in the Console
- Disabling Unity VCS in Project Settings unfocuses the Project Settings Window
Resolution Note (fix version 6000.3.0a5):
The open/save dialog panels are now parented to the window that opened them instead of to the main editor window.