So i have a GraphEditor. There is have connected the popup_request signal. I have some GraphNodes as children of the GraphEditor node. Those GraphNodes' mouse-filter is set to stop. If i rightclick them, the popup_request signal on the GraphEditor gets fired, even if the event should not be propagated to the GraphEditor. Am i using something wrong or is this a bug?
So just this:
So just create a GraphEditor, add GraphNode as child. In GraphEditor, connect the popup_request signal. In the GraphNode, set mouse-filter to stop. Right-click the Node and see the popup_request is getting fired.