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
- Scaled Backgrounds List and dropdown text are enabled while Scaled Backgrounds field is disabled in IMGUI Debugger window
- Editor crashes when large value is entered in Scaled Backgrounds field of IMGUI Debugger window
- "Custom Function" Node "Input" type changes do not immediately show mistmatch errors when set to an incompatible type in Shader Graph
- My Assets list is populated with Asset Packages when setting how many Packages to display before clicking the Load button
- Hub shows 6.0 as Latest LTS when opening a project after deleting its 6.3 Editor version
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!