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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
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.