Steps to reproduce:
- Create a new project using Universal 3D template
- Import the attached "MySimpleGraph.cs" into the Project
- Go to Assets > Create > Graph Toolkit Samples > Simple Graph
- Open the created graph
- Click the "+" button to add a new variable
- Click in the graph window to unselect the newly created variable
- Right-click on the created variable
- Observe the opened context menu
Actual results: The variable does not get selected and the context-menu options dont target it
Expected results: The variable is selected upon right-click, and the context menu actions correctly target the newly selected variable
Reproducible with versions: 0.4.0-exp.2 (6000.3.12f1), 6000.4.1f1, 6000.5.0b2, 6000.6.0a2
Tested on (OS): macOS 26.3 (reproducible), Windows 11 and Ubuntu 24.04 (not reproducible)
Notes:
- Does not reproduce on Windows and Ubuntu, seems to be macOS specific