You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
macOS 13.3.0 - Vulkan (Forward+) - integrated Apple M1 Pro - Apple M1 Pro (8 Threads)
Issue description
This was discovered through inspection of #78578 (comment). This is happening when focus is requested by one node that ask for the previous focused node to release focus. But during focus release it remove the new focused node from the scene tree. This means the new focused node will first exit scene tree and then be focused. This means it will not be unfocused because release focus happens during exit of the tree.
Godot version
v4.1.beta.custom_build [f23a12007]
System information
macOS 13.3.0 - Vulkan (Forward+) - integrated Apple M1 Pro - Apple M1 Pro (8 Threads)
Issue description
This was discovered through inspection of #78578 (comment). This is happening when focus is requested by one node that ask for the previous focused node to release focus. But during focus release it remove the new focused node from the scene tree. This means the new focused node will first exit scene tree and then be focused. This means it will not be unfocused because release focus happens during exit of the tree.
Steps to reproduce
Minimal reproduction project
Test.zip
The text was updated successfully, but these errors were encountered: