Why won't my mouse signals pass through a TabsContainer?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By YangTegap

I am running into an issue where my mouse_enter() and mouse_exit() signals don’t work when the scene is the child of a TabContainer. I have created a very basic project to demonstrate this issue and uploaded it in a zip folder here. What am I misunderstanding?

The “Box” scene should double in size when the mouse moves over it, which it does on Box.tscn, but not when it’s the child of a TabContainer as in the scene Tabs.tscn

I’ve made sure to set both the Mouse > Filter of the TabContainer and the PanelContainer to “pass,” but I still can’t get my signals to work.

What am I missing?

:bust_in_silhouette: Reply From: Bypell

set them to “ignore” instead of “pass”

But when I do that I loose the ability to change tabs in the TabContainer

YangTegap | 2022-01-25 22:00