I'm currently making a UI and wanted to save a variable when the user's mouse exits or enters the UI node. This UI node has a TextEdit node in it. When I enter the UI node it sends the mouseentered signal which makes sense. I then hover over the TextEdit box and it sends the mouseexited signal as if the TextEdit node isn't a part of the control node. This seems like a bug. Any help?