-
-
Notifications
You must be signed in to change notification settings - Fork 21.6k
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
Mouse cursor disappears when hovered over any editor text fields. #93748
Comments
Hello! |
Wait no, i remember having that issue too. I have no idea what happened since it hasn't happened to me in a long time. |
I have never changed the caret options from default so I do not think it could be that. There is a picture of what my settings look like on the forum reply if you're curious though. I can see the cursor in editor all the time except for when it is covered over a text input area such as the script terminal. It is being hidden by the engine for some unknown reason. That's interesting that you've seen it before...it sure is strange behavior. I'm hopeful that someone who knows how it's reproduced finds this page and sheds light on it eventually, so that it may be solved in a future release. |
Hey, I have just run into this bug, also on Windows 11, but in Godot 3.5.3, so I'm unsure if the cause is the same. I tested a bunch of things, and found that the bug seems to only happen when I have a scene open where there is a Viewport whose Also, here are some other things I have tested:
|
having similar issue i guess it could be related to this bug: for me randomly the cursor disappears (blinking indicator) and not the actual mouse cursor. only project reload/engine restart fixes it. windows 11 23H2, 4.3-beta2 |
Okay, this is pretty weird, but for me this only happens when I have HDR enabled in my windows settings,
Edit: I can reproduce this in multiple different ways, the only reliable method to get around this is by disabling HDR in windows settings. Windows 11 23H2, v4.2.2.stable.mono.official |
This is the solution, wow. Wonder what's going on here. Could any devs look into this? I'd like to be able to have HDR on if possible. @AThousandShips, you've helped me before. Thoughts? |
Not my area, and it's been tagged so someone will try looking into it |
This randomly happened for me too, I restarted engine multiple times I still couldn't edit code then I closed engine, closed obs, relaunched engine and now I see my cursor when I drag it to the code field |
I can't reproduce this on 4.3.beta3 on any rendering method, regardless of whether I have HDR enabled (and regardless of whether I have RTX HDR enabled). PC specifications
What graphics card model do you have? Do you have Auto HDR enabled in the Windows settings? I've used it a while ago and it didn't cause issues on my end either. Also, did you change any of your Windows mouse cursor appearance settings (such as using a different style or color)? |
|
I could prevent this from happening by stopping/commenting out functions in shaders that ran TIME functionality. |
I had this problem in godot version 4.2 , fixed it by turning off automatically manage color for apps setting in windows advanced display setting. I'm on windows 11 23h2 |
There is also this problem in the game Turing Complete |
it work !thx! |
I also encountered this issue. The mouse cursor representing input does not appear in the script editor, and after running the game once in the engine, none of the cursors are displayed in the script editor. I am using Windows 11 version 23H2 and Godot 4.3 stable. As Saurus00 mentioned, turning off the "automatically manage color for apps" setting in the display settings can fix this issue. I hope this bug gets resolved soon. |
Tested versions
System information
Windows 11 23H2
Issue description
I remember this happening a while ago and stopping, but now it’s started again and I can’t figure out how to fix it.
Basically, my mouse cursor works as normal most of the time, but if I am working in the Godot editor and hover it over any typing field like a search bar in the editor or, most notably, the script terminal, it just disappears. This makes it extremely difficult to code. It randomly started last week while I was working, I have no idea what caused it. There appears to be no mouse or cursor Editor Settings so there doesn’t seem to be a way to easily fix it. I do not have the Windows setting turned on to hide the cursor when typing (I’ve never used that, I hate it), but even if I did, this would not be the exact issue I’m having as it hides the very second it passes into the text field, not the second I type. This only happens in Godot and does not occur in any other program.
I have closed and opened Godot many times since this started, as well as restarted and updated my computer multiple times. I’m running Windows 11 23H2.
This is also posted in the Godot forums. One user has asked me to provide my editor caret settings, I provided them and have not heard back from that user.
Steps to reproduce
I have no idea how to reproduce this as I have no idea what started it. I have no lines in any of my code that controls the mouse or the mouse cursor, in game or in editor.
Minimal reproduction project (MRP)
My project is too large to upload here and I don't know what I can and can't include in the zip in order to reproduce it.
The text was updated successfully, but these errors were encountered: