-
-
Notifications
You must be signed in to change notification settings - Fork 21.1k
New issue
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
Code editor scrolls to show the caret when it's window loses focus #89285
Comments
Cannot reproduce in Godot v4.3.dev4 on Windows 10.0.22621 |
I can consistently reproduce this error on my Linux system (void linux, i3wm) in Godot v4.3.dev4. The relevant function here is
The source of this IME update notification seems to be from
Now this notification would imply that IME is active, which seems to always be the case because of
And this update function is called in
So it seems that for the viewport to scroll to show the cursor, the flag for if IME is active must be set. Perhaps someone with more experience in Godot's IME interface can understand why this is the case. |
I can confirm the issue, Godot 4.3 with Opensuse Tumbleweed (KDE), it's really annoying. |
|
Tested versions
System information
linux
Issue description
simplescreenrecorder-2024-03-08_16.41.44.mp4
Steps to reproduce
Minimal reproduction project (MRP)
any
The text was updated successfully, but these errors were encountered: