Search Issue Tracker
By Design
Votes
0
Found in
6000.0.45f1
6000.1.0b13
6000.2.0a8
Issue ID
UUM-101744
Regression
No
"Network Visualization" "Ownership" dropdown opens behind other tabs
How to reproduce:
1. Create a new "MR Multiplayer Template" project
2. Go to the Scene View and navigate to the "Network Visualization" overlay
3. Make sure the overlay is located at the bottom of the tab
4. Open the "Ownership" dropdown and observe the results
Expected results: The whole dropdown can be seen
Actual results: The part of the dropdown is covered by another tab
Reproducible with: 6000.0.45f1, 6000.1.0b13, 6000.2.0a8
Reproducible on: Windows 11 Pro, macOS sequoia 15.3 (M1)
Not reproducible on: No other environment tested
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
- [macOS] Project fails to load when Virtual Artifacts are Corrupted
- Long scheduler times on main thread when using InstantiateAsync with a singular massive Prefab
- The project hangs upon opening it when importing the "discrete_rank2_vector_v2_0.onnx" file
- Opening the Look Dev hangs the Editor when the window is opened for the first time in the project or after deleting the Library folder
- Look Dev has blurry icons on 4k monitors
Resolution Note:
Thanks for your report. However we won't fix this as this is the intended behavior for that use case.
The overlay placement is adjusting for docked overlays when the overlay size changes. However, for floating overlays (no attached to a corner of the view), changing the overlay size makes it goes outside of the view until someone click on the title bar to move it.
The reason is that we don't want to unexpectedly move the entire overlay away from the mouse and its current action area.
I hope you understand that reason as well :)
Thanks a lot!