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
GodotIME.ime.focus()
Godot v4.3.stable - Web - GLES3 (Compatibility) - Apple M1, or similar - (2 Threads)
Repeating error as shown in this screenshot:
godot.editor.js:12154 Uncaught TypeError: Cannot read properties of null (reading 'focus') at focus_timer (godot.editor.js:12154:20)
It relates to this part of the code, GodotIME.ime seems to be null, so calling focus() on it fails (line 49).
GodotIME.ime
focus()
godot/platform/web/js/libs/library_godot_input.js
Lines 46 to 62 in 77d6283
n/a
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Tested versions
System information
Godot v4.3.stable - Web - GLES3 (Compatibility) - Apple M1, or similar - (2 Threads)
Issue description
Repeating error as shown in this screenshot:
It relates to this part of the code,
GodotIME.ime
seems to be null, so callingfocus()
on it fails (line 49).godot/platform/web/js/libs/library_godot_input.js
Lines 46 to 62 in 77d6283
Steps to reproduce
Minimal reproduction project (MRP)
n/a
The text was updated successfully, but these errors were encountered: