Hmm, I'm having a new issue: some (all?) of the hidden UI controls (Buttons) retain focus, even if I call .release_focus(). In every case I've used the Input Map to add a keyboard hotkey along with a mouse-click. I've tried using .grab_focus() on the top control node, or on a sister control node, but that doesn't seem to help.
Actually, I have trouble seeing which of my UI controls has focus -- only one at a time can, right?
Anyway, can anyone suggest what I might be missing? Thanks in advance.