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
- A memory leak occurs with massive terrain when camera position changes occur.
- No valid hits are returned when using RaycastCommand
- Camera is not overlooking the main Scene in Scene View in the HDRP Sample Template
- TextShadow properties are not applied when displayed in a custom MenuItem Window
- Memory leak occurs when focused on Player while using Direct3D12
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.