Search Issue Tracker
Won't Fix
Votes
0
Found in
2023.2.0a15
Issue ID
UUM-39825
Regression
No
[Contextual Menus] The last menu item is only partially displayed in the contextual menu window
Steps to reproduce:
- Create a 2D/3D URP project
- Add any object in the "Hierarchy" window
- Add one more object under the first one (a child object)
- Select it and make a right-click
- Observe the contextual menu window and the last visible menu in it
Expected Result: Displayed menu items should be fully visible
Actual Result: The last menu item is only partially displayed. Added screenshot in the "Attachments" section.
Reproducible with: 2023.2.0a15, 2023.2.0a19
Not Reproducible with: 2023.2.0a14, 2023.1.0b20, 2022.3.2f1, 2021.3.27f1
Confirmed OS: MacOS Monterey.
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
The new contextual menus limit menu height based on screen size so menu can appear whole on one screen and partial on a smaller one. This change from OS menus is intended.