Unity Issue Tracker - Context menus for sub-properties do not show when using the Inspector with UI Toolkit
Fixed
UUM-11643
Context menus for sub-properties do not show when using the Inspector with UI Toolkit
Unity: UI Toolkit Controls
Fixed
2023.1.X
2022.2.X
2022.2.0a9 onwards
Fixed context menus for sub-properties not opening when using the Inspector with UI Toolkit.
Reproduction steps:
Open the project “sublabel”
Click on the “Main Camera”
Show the UI Toolkit Debugger on the Inspector by clicking on the Window menu button (3 dots menu on the top-right corner of the Inspector) and click UI Toolkit Debugger.
In the Inspector, scroll down to the “New Behaviour Script” attached to it in the Inspector window
Right-click on the “X” or any other value label (See attached GIF)
Expected result: Context menu dropdown appears with options such as “Copy Property Path”
Actual result: Nothing happens