Area2D mouse_entered dont work when i use a Canvas Layer

Godot Version

4.2.2

Question

I have a 2D Area and a canvas layer in my scene, the Area2D is connected in a script with its “mouse_entered()” signal but it doesn’t work, it already tries to change the z-index but it still doesn’t work, if it hides the canvas layer it works.

Additional:
The Area also doesn’t work if I put it inside the Canvas Layer.

Could it be a Godot 4.2.2 Bug? Please help me .

do you have anything that uses control node inside the canvas layer?

if you have control node or something that uses control node just go to inspector and then mouse>filter mode to ignore