
When renaming a frame, node or anything in a node editor (rename operator or F2), you name it, but not the label. So visually, you see nothing. This is rarely useful unless coding a script. For an artist, I want to name the node, frame or anything with one operation.
Does it work in Blender? If not it might be worth a bug report ^^

Yes.. just tested in 2.91, and it only renames the label. shock
Looks like something in BFA is not configured in the operator variables.
So it works in Blender?
So it works in Blender?
Just tested, it works in Blender
Odd. Then it should work in Bforartists too. We have the same code.
Fails in Blender too from what i can say. Tried to rename the Principled node. And the name does not arrive.
So under what circumstances does it work in Blender and in Bforartists not? In what node editor? We have more than one. With which node? And what are the exact steps to reproduce?

This applies for all node based editors, including those of addons.
Bforartists 2.6.0 (Bforartists Hotkeys)
Blender 2.91.0 (Blender Hotkeys)
Works in Blender, doesn't in BFA. Yes, the panel code and operator call is the same, so I assume the C operator must be a tad different.
Ah, now i managed to reproduce it. Thanks friends :)
Blender changes the label. Bforartists changes the name though. And so the label remains unchanged. I have just no idea why ^^
Let's have a look at the hotkey F2 ...


It's not the hotkey. It just calls the TOPBAR_PT_name popup in both cases.
Once more i have no idea what the problem is. And not even an idea how to catch this one.
It is bizzare.
Found it! It's just a single entry in the space_topbar.py.
Instead of "Name", it should be "Label" at line 717

This has been reported to Blender before. Found the task and relevant code.
Looks like something slipped through.
Differential Patch
Excellent catch :)