popupmenu submenuitem does not make any signals? am i doing it wrong?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Christoffer
func _on_SubMenu_id_pressed(ID):
print("submenu  id pressed: " + str(ID))


func _on_SubMenu_id_focused(ID):
	print("submenu  id focused: " + str(ID))


func _on_SubMenu_index_pressed(index):
	print("submenu index pressed: " + str(index))

ive connected the signals with the code, and it does not work, is there something im missing or cant submenu items generate the signal? :open_mouth:

What Godot version?
can you share a sample project to reproduce it?
it’s little information to answer.

volzhs | 2018-12-26 13:53