We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v4.2.dev4.official [549fcce]
Windows 10
scene/main/node.cpp:1757 - Parameter "p_node" is null. when attempting to type after using find function. Does not happen in 4.2dev3.
scene/main/node.cpp:1757 - Parameter "p_node" is null.
find-mrp.zip
The text was updated successfully, but these errors were encountered:
Looks like get_viewport()->gui_get_focus_owner() is null after hitting escape, so it passed null to is_ancestor_of.
get_viewport()->gui_get_focus_owner()
is_ancestor_of
godot/editor/code_editor.cpp
Lines 773 to 778 in 31a7fd1
@KoBeWi It's because the e21c30e made the search box ( which is a lineEdit ) lose focus when input is ui_cancel.
ui_cancel
Any suggestion how to fix this? Maybe make it the default behaviour and add some null protection, or we make it a special case.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Godot version
v4.2.dev4.official [549fcce]
System information
Windows 10
Issue description
scene/main/node.cpp:1757 - Parameter "p_node" is null.
when attempting to type after using find function. Does not happen in 4.2dev3.b80c187d087a7267636baeb8c7625b36.mp4
Steps to reproduce
Minimal reproduction project
find-mrp.zip
The text was updated successfully, but these errors were encountered: