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
- [WebGPU] clearing 2d array texture only clears first slice
- Particle System Renderer icon is missing in Animation window > Add Property context menu
- [Android] Legacy, TMP and UI Toolkit Input Field language toggle to some non-latin alphabet languages does not work with external keyboard
- Crash on keywords::LocalKeywordState::operator when calling ShaderUtil.GetPasskeywords with ShaderType.RayTracing set as the third parameter
- Inconsistent “Remove property” behavior when removing child properties in Animator window
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.