When using the 'd' shortcut to disable a node within the Node Graph, if the name of the node is empty, you will be unable to disable the node.
In addition to the node having no name, if the node is named 'title' or 'format', you will also not be able to disable the node using the 'd' shortcut.
Customer reported version
nuke.11.3v5
Customer reported platform
windows10
Steps to reproduce
1) Create a Grade node
2) Within the Grade node properties, remove the node's name and press 'Enter' to set.
3) With the Grade node selected, tap 'd' to disable the node.
Result: Node will not disable using the 'd' shortcut
4) Rename node to 'GradeDisable' and use the 'd' shortcut.
Result: Node will correctly disable using the shortcut.
Expected behaviour
The 'd' shortcut should disable a node, irrelevant to node's name
Actual behaviour
The 'd' shortcut does not disable as expected when node's name is empty, 'title' or 'format'
Workaround
Although the 'd' shortcut does not work, it is still possible to disable the node through the 'disable' knob in the node tab of the node's properties.