Search Issue Tracker
By Design
Votes
0
Found in
2019.4
2019.4.19f1
2020.3
2021.1
2021.2
Issue ID
1325196
Regression
No
GenericMenu shows as disabled on macOS ModalUtility window
Steps to reproduce:
1. Download and open the project "MenuTest.zip"
2. Right-click inside the Assets folder in the Project window
3. Click on MySampleApp > ContextMenuUtility
4. Click on "Show Context menu" in the "Test+ExampleWindow" window
Expected result: The dropdown list is selectable
Actual result: The dropdown list is not selectable
Reproducible with: 2019.4.27f1, 2020.3.9f1, 2021.1.8f1, 2021.2.0a17
Not reproducible with: 2018.4.35f1 (no EditorWindow.ShowModal method)
Note:
Issue not reproducible on Windows
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
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
Resolution Note:
It is a limitation from the MacOS regarding allowing a context menu in the modal window (restricted scope). Hence this issue cannot be fixed from our side