Search Issue Tracker
Active
Under Consideration for 6000.6.X
Votes
0
Found in
6000.4.0b8
6000.5.0a6
6000.6.0a1
Issue ID
UUM-133857
Regression
No
[GTK] Performing Redo Create Node action can lead to Ghost Variable Node being created
Steps to reproduce:
- Open the attached project
- Open the RedoTest.texmkr graph asset
- Create a MeanColorNode
- Click and Drag the InTexture_1 Port
- Select the "Create Variable (of port type)" option
- Create a second MeanColorNode
- Connect the created texture variable to the second MeanColorNode
- Undo actions from steps 3 to 7
- Redo all of the actions
- Observe the nodes created by the Redo operation
Actual results: Variable Node is recreated as a ghost node that is not rendered on screen, but can be selected and retains previously connected wires
Expected results: Nodes created by the Redo operation are identical to the ones prior to the Undo action. No errors or warnings are thrown.
Reproducible with versions: 6000.4.0b8, 6000.5.0a6
Can’t test with versions: 6000.0.67f1, 6000.3.7f1 (Graph Toolkit not available as a built-in module)
Tested on (OS): Windows 11, macOS 26.2
Notes:
- The issue occurs when Redo performs "Create Variable (of port type)" -> "Create Node" actions
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Select” windows are named differently on Windows and macOS
- [Windows] No minimum “Select” window size
- Enabling “Editor Extension Authoring” in UI Builder doesn’t dirty the document and saving with shortcut doesn’t persist the state
- WebRequest.Create() function fails with "URI prefix is not recognized" errors when the project is built for Linux Standalone or Windows Dedicated Server
- “GUIStyle” and “NullReferenceException” errors thrown in the Console when opening Object Field during script compilation
Add comment